NXMErrorCode
Objective-C
enum NXMErrorCode {}
Swift
enum NXMErrorCode : Int
A list of the error codes.
-
No error code.
Declaration
Objective-C
NXMErrorCodeNoneSwift
case none = 0 -
Error code unknown.
Declaration
Objective-C
NXMErrorCodeUnknownSwift
case unknown = 1 -
HTTP Not found 404 error code.
Declaration
Objective-C
NXMErrorCodeHttpNotFoundSwift
case httpNotFound = 2 -
Unknown session error code.
Declaration
Objective-C
NXMErrorCodeSessionUnknownSwift
case sessionUnknown = 3 -
Invalid session error code.
Declaration
Objective-C
NXMErrorCodeSessionInvalidSwift
case sessionInvalid = 4 -
Disconnected session error code.
Declaration
Objective-C
NXMErrorCodeSessionDisconnectedSwift
case sessionDisconnected = 5 -
Max open sessions error code.
Declaration
Objective-C
NXMErrorCodeMaxOpenedSessionsSwift
case maxOpenedSessions = 6 -
Unknown token error code.
Declaration
Objective-C
NXMErrorCodeTokenUnknownSwift
case tokenUnknown = 7 -
Invalid token error code.
Declaration
Objective-C
NXMErrorCodeTokenInvalidSwift
case tokenInvalid = 8 -
Expired token error code.
Declaration
Objective-C
NXMErrorCodeTokenExpiredSwift
case tokenExpired = 9 -
Unknown conversation member error code.
Declaration
Objective-C
NXMErrorCodeMemberUnknownSwift
case memberUnknown = 10 -
Conversation member not found error code.
Declaration
Objective-C
NXMErrorCodeMemberNotFoundSwift
case memberNotFound = 11 -
Conversation member already removed error code.
Declaration
Objective-C
NXMErrorCodeMemberAlreadyRemovedSwift
case memberAlreadyRemoved = 12 -
Member not in the conversation error code.
Declaration
Objective-C
NXMErrorCodeNotAMemberOfTheConversationSwift
case notAMemberOfTheConversation = 13 -
Unknown event error code.
Declaration
Objective-C
NXMErrorCodeEventUnknownSwift
case eventUnknown = 14 -
User not found error code.
Declaration
Objective-C
NXMErrorCodeEventUserNotFoundSwift
case eventUserNotFound = 15 -
User already joined error code.
Declaration
Objective-C
NXMErrorCodeEventUserAlreadyJoinedSwift
case eventUserAlreadyJoined = 16 -
Invalid event error code.
Declaration
Objective-C
NXMErrorCodeEventInvalidSwift
case eventInvalid = 17 -
Bad permissions error code.
Declaration
Objective-C
NXMErrorCodeEventBadPermissionSwift
case eventBadPermission = 18 -
Event not found error code.
Declaration
Objective-C
NXMErrorCodeEventNotFoundSwift
case eventNotFound = 19 -
Event’s page not found error code.
Declaration
Objective-C
NXMErrorCodeEventsPageNotFoundSwift
case eventsPageNotFound = 20 -
Conversation retrieval failed error code.
Declaration
Objective-C
NXMErrorCodeConversationRetrievalFailedSwift
case conversationRetrievalFailed = 21 -
Conversation not found error code.
Declaration
Objective-C
NXMErrorCodeConversationNotFoundSwift
case conversationNotFound = 22 -
Conversation invalid member error code.
Declaration
Objective-C
NXMErrorCodeConversationInvalidMemberSwift
case conversationInvalidMember = 23 -
Conversation expired error code.
Declaration
Objective-C
NXMErrorCodeConversationExpiredSwift
case conversationExpired = 24 -
Conversation’s page not found error code.
Declaration
Objective-C
NXMErrorCodeConversationsPageNotFoundSwift
case conversationsPageNotFound = 25 -
Media not supported error code.
Declaration
Objective-C
NXMErrorCodeMediaNotSupportedSwift
case mediaNotSupported = 26 -
Media not found error code.
Declaration
Objective-C
NXMErrorCodeMediaNotFoundSwift
case mediaNotFound = 27 -
Invalid media request error code.
Declaration
Objective-C
NXMErrorCodeInvalidMediaRequestSwift
case invalidMediaRequest = 28 -
Too many media requests error code.
Declaration
Objective-C
NXMErrorCodeMediaTooManyRequestsSwift
case mediaTooManyRequests = 29 -
Bad media request error code.
Declaration
Objective-C
NXMErrorCodeMediaBadRequestSwift
case mediaBadRequest = 30 -
Internal media error code.
Declaration
Objective-C
NXMErrorCodeMediaInternalErrorSwift
case mediaInternalError = 31 -
Push not a Nexmo push error code.
Declaration
Objective-C
NXMErrorCodePushNotANexmoPushSwift
case pushNotANexmoPush = 32 -
Push parsing failed error code.
Declaration
Objective-C
NXMErrorCodePushParsingFailedSwift
case pushParsingFailed = 33 -
Not implemented error code.
Declaration
Objective-C
NXMErrorCodeNotImplementedSwift
case notImplemented = 34 -
Missing delegate error code.
Declaration
Objective-C
NXMErrorCodeMissingDelegateSwift
case missingDelegate = 35 -
Payload too big error code.
Declaration
Objective-C
NXMErrorCodePayloadTooBigSwift
case payloadTooBig = 36 -
SDK disconnected error code.
Declaration
Objective-C
NXMErrorCodeSDKDisconnectedSwift
case sdkDisconnected = 37 -
User not found error code.
Declaration
Objective-C
NXMErrorCodeUserNotFoundSwift
case userNotFound = 38 -
Illegal DTMF error code.
Declaration
Objective-C
NXMErrorCodeDTMFIllegalSwift
case dtmfIllegal = 39
NXMErrorCode Enumeration Reference