provider/gql/exceptions library
Classes
- GraphQlProviderExceptions
- GraphQlProvider exceptions parser.
Exceptions / Errors
- AddChatMemberException
-
Exception of
Mutation.addChatMemberdescribed in the code. - AddUserEmailException
-
Exception of
Mutation.addUserEmaildescribed in the code. - AddUserPhoneException
-
Exception of
Mutation.addUserPhonedescribed in the code. - AuthorizationException
- Exception of an authentication absence or invalidity.
- BlockUserException
-
Exception of
Mutation.blockUserdescribed in the code. - ClearChatException
-
Exception of
Mutation.clearChatdescribed in the code. - ConnectionException
- Connection exception that mainly means connection refused case.
- CreateChatContactException
-
Exception of
Mutation.createChatContactdescribed in the code. - CreateChatDirectLinkException
-
Exception of
Mutation.createChatDirectLinkdescribed in the code. - CreateDialogException
-
Exception of
Mutation.createChatDialogdescribed in the code. - CreateGroupChatException
-
Exception of
Mutation.createGroupChatdescribed in the code. - CreateSessionException
-
Exception of
Mutation.createSessiondescribed in the code. - DeclineChatCallException
-
Exception of
Mutation.declineChatCalldescribed in the code. - DeleteChatDirectLinkException
-
Exception of
Mutation.deleteChatDirectLinkdescribed in the code. - DeleteChatForwardException
-
Exception of
Mutation.deleteChatForwarddescribed in the code. - DeleteChatMessageException
-
Exception of
Mutation.deleteChatMessagedescribed in the code. - DeleteMyUserException
-
Exception of
Mutation.deleteMyUserdescribed in the code. - DeleteSessionException
-
Exception of
Mutation.deleteSessiondescribed in the code. - EditChatMessageException
-
Exception of
Mutation.editChatMessagedescribed in the code. - FavoriteChatContactException
-
Exception of
Mutation.favoriteChatContactdescribed in the code. - FavoriteChatException
-
Exception of
Mutation.favoriteChatdescribed in the code. - ForwardChatItemsException
-
Exception of
Mutation.forwardChatItemsdescribed in the code. - GraphQlException
- General GraphQL or server exception caused by handling the query issues.
- HideChatException
-
Exception of
Mutation.hideChatdescribed in the code. - HideChatItemException
-
Exception of
Mutation.hideChatItemdescribed in the code. -
InvalidScalarException<
T> -
Exception of an invalid GraphQL scalar being parsed when expecting the
T. - JoinChatCallException
-
Exception of
Mutation.joinChatCalldescribed in the code. - LeaveChatCallException
-
Exception of
Mutation.leaveChatCalldescribed in the code. - NotChatMemberException
-
Specific GraphQlException thrown on
NOT_CHAT_MEMBERextension code. - PostChatMessageException
-
Exception of
Mutation.postChatMessagedescribed in the code. - ReadChatException
-
Exception of
Mutation.readChatdescribed in the code. - RedialChatCallMemberException
-
Exception of
Mutation.redialChatCallMemberdescribed in the code. - RefreshSessionException
-
Exception of
Mutation.refreshSessiondescribed in the code. - RegisterPushDeviceException
-
Exception of
Mutation.registerPushDevicedescribed in the code. - RemoveChatCallMemberException
-
Exception of
Mutation.removeChatCallMemberdescribed in the code. - RemoveChatMemberException
-
Exception of
Mutation.removeChatMemberdescribed in the code. - RemoveUserEmailException
-
Exception of
Mutation.removeUserEmaildescribed in the code. - RemoveUserPhoneException
-
Exception of
Mutation.removeUserPhonedescribed in the code. - RenameChatException
-
Exception of
Mutation.renameChatdescribed in the code. - ResubscriptionRequiredException
- Exception of a GraphQL re-subscription requirement.
- SignUpException
-
Exception of
Mutation.createSessiondescribed in the code. - StaleVersionException
-
Specific GraphQlException thrown on
STALE_VERSIONextension code. - StartChatCallException
-
Exception of
Mutation.startChatCalldescribed in the code. - ToggleChatArchivationException
-
Exception of
Mutation.toggleChatArchivationdescribed in the code. - ToggleChatCallHandException
-
Exception of
Mutation.toggleChatCallHanddescribed in the code. - ToggleChatMuteException
-
Exception of
Mutation.toggleChatMutedescribed in the code. - ToggleMyUserMuteException
-
Exception of
Mutation.toggleMyUserMutedescribed in the code. - TransformDialogCallIntoGroupCallException
-
Exception of
Mutation.transformDialogCallIntoGroupCalldescribed in the code. - UnblockUserException
-
Exception of
Mutation.unblockUserdescribed in the code. - UnfavoriteChatContactException
-
Exception of
Mutation.unfavoriteChatContactdescribed in the code. - UnfavoriteChatException
-
Exception of
Mutation.unfavoriteChatdescribed in the code. - UpdateChatAvatarException
-
Exception of
Mutation.updateChatAvatardescribed in the code. - UpdateChatContactNameException
-
Exception of
Mutation.updateChatContactNamedescribed in the code. - UpdateUserAvatarException
-
Exception of
Mutation.updateUserAvatardescribed in the code. - UpdateUserCallCoverException
-
Exception of
Mutation.updateUserCallCoverdescribed in the code. - UpdateUserLoginException
-
Exception of
Mutation.updateUserLogindescribed in the code. - UpdateUserPasswordException
-
Exception of
Mutation.updateUserPassworddescribed in the code. - UpdateWelcomeMessageException
-
Exception of
Mutation.updateWelcomeMessagedescribed in the code. - UploadAttachmentException
-
Exception of
Mutation.uploadAttachmentdescribed in the code. - UseChatDirectLinkException
-
Exception of
Mutation.useChatDirectLinkdescribed in the code. - ValidateConfirmationCodeException
-
Exception of
Mutation.validateConfirmationCodedescribed in the code.