TWCErrorCode Constants Reference

Declared in TWCErrors.h

TWCErrorCode

@enum Twilio Conversations Framework Error Codes

Constants

TWCErrorCodeUnknown

Constants used by NSError to indicate errors in TWCConversationsErrorDomain.

Declared In TWCErrors.h.

TWCErrorCodeInvalidAuthData

Authenticating your Client failed due to invalid auth credentials.

Declared In TWCErrors.h.

TWCErrorCodeInvalidSIPAccount

The SIP account was invalid.

Declared In TWCErrors.h.

TWCErrorCodeClientRegistration

There was an error during Client registration.

Declared In TWCErrors.h.

TWCErrorCodeInvalidConversation

The Conversation was invalid.

Declared In TWCErrors.h.

TWCErrorCodeConversationParticipantNotAvailable

The Client you invited was not available.

Declared In TWCErrors.h.

TWCErrorCodeConversationRejected

The Client rejected your invitation.

Declared In TWCErrors.h.

TWCErrorCodeConversationIgnored

The Client was busy, and could not handle your invitation.

Declared In TWCErrors.h.

TWCErrorCodeConversationFailed

The Conversation failed to start. @note: Check the error’s localizedDescription for more information about the failure.

Declared In TWCErrors.h.

TWCErrorCodeConversationTerminated

The Conversation was terminated due to an unforseen error.

Declared In TWCErrors.h.

TWCErrorCodePeerConnectFailed

Establishing a media connection with the remote peer failed.

Declared In TWCErrors.h.

TWCErrorCodeInvalidParticipantAddresses

The remote Client address was invalid.

Declared In TWCErrors.h.

TWCErrorCodeClientDisconnected

The Client disconnected unexpectedly.

Declared In TWCErrors.h.

TWCErrorCodeClientFailedToReconnect

The Client could not reconnect.

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.

TWCErrorCodeTrackAddFailed

Adding a track to TWCLocalMedia asynchronously failed.

Declared In TWCErrors.h.

Declared In

TWCErrors.h