API reference
API reference
Select your platform
No SDKs available
No versions available

MultiplayerErrorOptions

Updated: Aug 26, 2025

MultiplayerErrorOptions

data class MultiplayerErrorOptions(var errorKey: MultiplayerErrorErrorKey = MultiplayerErrorErrorKey.Unknown)
The multiplayer error option is a feature that allows developers to display general error messages to horizon.platform.users.models.User in invokable error dialogs. This option is particularly useful in multiplayer games or applications where errors can occur due to various reasons such as network connectivity issues, server downtime, or other technical problems. Read more about error dialogues in our docs.

Constructors

NameSummary
MultiplayerErrorOptions
constructor(errorKey: MultiplayerErrorErrorKey = MultiplayerErrorErrorKey.Unknown)

Properties

NameSummary
errorKey
var errorKey: MultiplayerErrorErrorKey
Key associated with the predefined error message to be shown to users. Key List:
-
Did you find this page helpful?
Thumbs up icon
Thumbs down icon