TWCErrorCode Constants Reference
| Declared in | TWCErrors.h |
|---|
TWCErrorCode
@enum Twilo RTC SDK Error Codes
Definition
typedef NS_ENUM(NSInteger, TWCErrorCode ) {
TWCErrorCodeUnknown = -1,
TWCErrorCodeInvalidAuthData = 100,
TWCErrorCodeInvalidSIPAccount = 102,
TWCErrorCodeClientRegistration = 103,
TWCErrorCodeInvalidConversation = 105,
TWCErrorCodeConversationParticipantNotAvailable = 106,
TWCErrorCodeConversationRejected = 107,
TWCErrorCodeConversationIgnored = 108,
TWCErrorCodeConversationFailed = 109,
TWCErrorCodeConversationTerminated = 110,
TWCErrorCodePeerConnectFailed = 111,
TWCErrorCodeInvalidParticipantAddresses = 112,
TWCErrorCodeClientDisconnected = 200,
TWCErrorCodeTooManyActiveConversations = 201,
TWCErrorCodeTooManyTracks = 300,
TWCErrorCodeInvalidVideoCapturer = 301,
TWCErrorCodeInvalidVideoTrack = 302,
TWCErrorCodeVideoFailed = 302,
TWCErrorCodeTrackOperationInProgress = 303,
TWCErrorCodeMediaRequired = 304,
};
Constants
TWCErrorCodeUnknown-
Constants used by NSError to indicate errors in the TWCRTCErrorDomain domain
Declared In
TWCErrors.h. TWCErrorCodeInvalidAuthData-
Authentication Failed.
Declared In
TWCErrors.h. TWCErrorCodeInvalidSIPAccount-
User does not have valid account
Declared In
TWCErrors.h. TWCErrorCodeClientRegistration-
Error in registration
Declared In
TWCErrors.h. TWCErrorCodeInvalidConversation-
Invalid Conversation
Declared In
TWCErrors.h. TWCErrorCodeConversationParticipantNotAvailable-
Conversation Participant is not available
Declared In
TWCErrors.h. TWCErrorCodeConversationRejected-
Remote party rejected the conversation
Declared In
TWCErrors.h. TWCErrorCodeConversationIgnored-
Remote party ignored the conversation
Declared In
TWCErrors.h. TWCErrorCodeConversationFailed-
Conversation Error
Declared In
TWCErrors.h. TWCErrorCodeConversationTerminated-
Conversation Terminated
Declared In
TWCErrors.h. TWCErrorCodePeerConnectFailed-
Peer Connect failed
Declared In
TWCErrors.h. TWCErrorCodeInvalidParticipantAddresses-
Invalid participant addresses
Declared In
TWCErrors.h. TWCErrorCodeClientDisconnected-
The client disconnected unexpectedly.
Declared In
TWCErrors.h. TWCErrorCodeTooManyActiveConversations-
Too many active conversations.
Declared In
TWCErrors.h. TWCErrorCodeTooManyTracks-
Too many tracks were added to the local media. @note: The current maximum is one video track at a time.
Declared In
TWCErrors.h. TWCErrorCodeInvalidVideoCapturer-
An invalid video capturer was added to the local media. @note: At the moment, only TWCCameraCapturer is supported.
Declared In
TWCErrors.h. TWCErrorCodeInvalidVideoTrack-
An attempt was made to add or remove an invalid video track. @note: Use a video track created by a TWCCameraCapturer.
Declared In
TWCErrors.h. TWCErrorCodeVideoFailed-
An attempt was made to add or remove a video track, but the underlying video subsystem failed. @note: Retry your request at a later time.
Declared In
TWCErrors.h. TWCErrorCodeTrackOperationInProgress-
An attempt was made to add or remove a track that is already being operated on. @note: Retry your request at a later time.
Declared In
TWCErrors.h. TWCErrorCodeMediaRequired-
Media is required for this conversation.
Declared In
TWCErrors.h.
Declared In
TWCErrors.h