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.
Fields
Unknown[Get]
DestinationUnavailable[Get]
This error key will be used to tell the user that the travel destination is not available any more.
DlcRequired[Get]
This error will tell the user that the downloadable content will be needed.
General[Get]
This error key will be used in a broad range of general errors which are not be covered by the members of the enum.
GroupFull[Get]
This error key may be used to explain to the user the reason why she/he failed in joining a group.
Certain features will not be available to the user in the app because the user's level does not reach to certain level.
LevelNotUnlocked[Get]
This error key may be used to explain to the user the failure was occurred becasue some level has not been reached.
NetworkTimeout[Get]
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.