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

OVR_MultiplayerErrorErrorKey.h File

Possible keys of the errors which could occurred when using the multiplayer features. e.g., you may need to use destination_unavailable for destinations feature and use inviter_not_joinable for invite feature and so on.

Enumeration Types

Enumeration ovrMultiplayerErrorErrorKey_

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.
ovrMultiplayerErrorErrorKey_Unknown
No description available
ovrMultiplayerErrorErrorKey_DestinationUnavailable
This error key will be used to tell the user that the travel destination is not available any more.
ovrMultiplayerErrorErrorKey_DlcRequired
This error will tell the user that the downloadable content will be needed.
ovrMultiplayerErrorErrorKey_General
This error key will be used in a broad range of general errors which are not be covered by the members of the enum.
ovrMultiplayerErrorErrorKey_GroupFull
This error key may be used to explain to the user the reason why she/he failed in joining a group.
ovrMultiplayerErrorErrorKey_InviterNotJoinable
This error key will be used in explaining why an inviter cannot invite a recepient successfully. The group presence can be set to joinable by using ovr_GroupPresence_SetIsJoinable().
ovrMultiplayerErrorErrorKey_LevelNotHighEnough
Certain features will not be available to the user in the app because the user's level does not reach to certain level.
ovrMultiplayerErrorErrorKey_LevelNotUnlocked
This error key may be used to explain to the user the failure was occurred becasue some level has not been reached.
ovrMultiplayerErrorErrorKey_NetworkTimeout
When the predefined network timeout has reached, the ongoing activity would be stopped. The dialog will use this error key to give the user the information.
ovrMultiplayerErrorErrorKey_NoLongerAvailable
No description available
ovrMultiplayerErrorErrorKey_UpdateRequired
No description available
ovrMultiplayerErrorErrorKey_TutorialRequired
No description available

Typedefs

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.

Functions

Converts an ovrMultiplayerErrorErrorKey enum value to a string The returned string does not need to be freed
Converts a string representing an ovrMultiplayerErrorErrorKey to the actual enum value and returns the value.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon