public void MultiplayerErrorErrorDialog_General()
{
MultiplayerErrorOptions options = new MultiplayerErrorOptions();
options.setErrorKey(MultiplayerErrorErrorKey.General)
GroupPresence.LaunchMultiplayerErrorDialog(options).OnComplete(MultiplayerErrorDialogCallback)
}
private void MultiplayerErrorDialogCallback(Message message)
{
if(!message.IsError)
{
// Multiplayer error dialog launches with no errors
}
}
Key | Heading | Message |
---|---|---|
DestinationUnavailable | Couldn’t Join | The location you’re trying to join is currently unavailable. |
DlcRequired | Couldn’t Join | You don’t have the add-on content required to join the group. |
General | Something Went Wrong | Something went wrong. Please try again. |
GroupFull | Couldn’t Join | The group you’re trying to join is full. |
InviterNotJoinable | Couldn’t Send invite | Something went wrong. Try sending the invite again. |
LevelNotHighEnough | Couldn’t Join | You haven’t reached the level required to join the group. |
LevelNotUnlocked | Couldn’t Join | You haven’t unlocked the level required to join the group. |
NetworkTimeout | Couldn’t Join | Something went wrong. Try joining the group again. |
NoLongerAvailable | Couldn’t Join | The group you’re trying to join is no longer available. |
UpdateRequired | Update App to Join | An app update is required to join the group. Restart the app to install the update. |
TutorialRequired | Couldn’t Join | You haven’t completed the tutorial required to join the group. |