provider/gql/exceptions library

Classes

GraphQlProviderExceptions
GraphQlProvider exceptions parser.

Exceptions / Errors

AddChatMemberException
Exception of Mutation.addChatMember described in the code.
AddUserEmailException
Exception of Mutation.addUserEmail described in the code.
AddUserPhoneException
Exception of Mutation.addUserPhone described in the code.
AuthorizationException
Exception of an authentication absence or invalidity.
BlockUserException
Exception of Mutation.blockUser described in the code.
ClearChatException
Exception of Mutation.clearChat described in the code.
ConnectionException
Connection exception that mainly means connection refused case.
CreateChatContactException
Exception of Mutation.createChatContact described in the code.
CreateChatDirectLinkException
Exception of Mutation.createChatDirectLink described in the code.
CreateDialogException
Exception of Mutation.createChatDialog described in the code.
CreateGroupChatException
Exception of Mutation.createGroupChat described in the code.
CreateSessionException
Exception of Mutation.createSession described in the code.
DeclineChatCallException
Exception of Mutation.declineChatCall described in the code.
DeleteChatDirectLinkException
Exception of Mutation.deleteChatDirectLink described in the code.
DeleteChatForwardException
Exception of Mutation.deleteChatForward described in the code.
DeleteChatMessageException
Exception of Mutation.deleteChatMessage described in the code.
DeleteMyUserException
Exception of Mutation.deleteMyUser described in the code.
DeleteSessionException
Exception of Mutation.deleteSession described in the code.
DeleteUserEmailException
Exception of Mutation.deleteUserEmail described in the code.
DeleteUserPhoneException
Exception of Mutation.deleteUserPhone described in the code.
EditChatMessageException
Exception of Mutation.editChatMessage described in the code.
FavoriteChatContactException
Exception of Mutation.favoriteChatContact described in the code.
FavoriteChatException
Exception of Mutation.favoriteChat described in the code.
ForwardChatItemsException
Exception of Mutation.forwardChatItems described in the code.
GraphQlException
General GraphQL or server exception caused by handling the query issues.
HideChatException
Exception of Mutation.hideChat described in the code.
HideChatItemException
Exception of Mutation.hideChatItem described in the code.
InvalidScalarException<T>
Exception of an invalid GraphQL scalar being parsed when expecting the T.
JoinChatCallException
Exception of Mutation.joinChatCall described in the code.
LeaveChatCallException
Exception of Mutation.leaveChatCall described in the code.
NotChatMemberException
Specific GraphQlException thrown on NOT_CHAT_MEMBER extension code.
PostChatMessageException
Exception of Mutation.postChatMessage described in the code.
ReadChatException
Exception of Mutation.readChat described in the code.
RedialChatCallMemberException
Exception of Mutation.redialChatCallMember described in the code.
RefreshSessionException
Exception of Mutation.refreshSession described in the code.
RegisterPushDeviceException
Exception of Mutation.registerPushDevice described in the code.
RemoveChatCallMemberException
Exception of Mutation.removeChatCallMember described in the code.
RemoveChatMemberException
Exception of Mutation.removeChatMember described in the code.
RenameChatException
Exception of Mutation.renameChat described in the code.
ResubscriptionRequiredException
Exception of a GraphQL re-subscription requirement.
SignUpException
Exception of Mutation.createSession described in the code.
StaleVersionException
Specific GraphQlException thrown on STALE_VERSION extension code.
StartChatCallException
Exception of Mutation.startChatCall described in the code.
ToggleChatCallHandException
Exception of Mutation.toggleChatCallHand described in the code.
ToggleChatMuteException
Exception of Mutation.toggleChatMute described in the code.
ToggleMyUserMuteException
Exception of Mutation.toggleMyUserMute described in the code.
TransformDialogCallIntoGroupCallException
Exception of Mutation.transformDialogCallIntoGroupCall described in the code.
UnblockUserException
Exception of Mutation.unblockUser described in the code.
UnfavoriteChatContactException
Exception of Mutation.unfavoriteChatContact described in the code.
UnfavoriteChatException
Exception of Mutation.unfavoriteChat described in the code.
UpdateChatAvatarException
Exception of Mutation.updateChatAvatar described in the code.
UpdateChatContactNameException
Exception of Mutation.updateChatContactName described in the code.
UpdateUserAvatarException
Exception of Mutation.updateUserAvatar described in the code.
UpdateUserCallCoverException
Exception of Mutation.updateUserCallCover described in the code.
UpdateUserLoginException
Exception of Mutation.updateUserLogin described in the code.
UpdateUserPasswordException
Exception of Mutation.updateUserPassword described in the code.
UpdateWelcomeMessageException
Exception of Mutation.updateWelcomeMessage described in the code.
UploadAttachmentException
Exception of Mutation.uploadAttachment described in the code.
UseChatDirectLinkException
Exception of Mutation.useChatDirectLink described in the code.
ValidateConfirmationCodeException
Exception of Mutation.validateConfirmationCode described in the code.