TVOError Constants Reference

Declared in TVOError.h

TVOError

An enumeration indicating the errors that can be raised by the SDK.

Definition

typedef NS_ENUM(NSInteger, TVOError ) {
   TVOErrorAccessTokenInvalidError = 20101,
   TVOErrorAccessTokenHeaderInvalidError = 20102,
   TVOErrorAccessTokenIssuerInvalidError = 20103,
   TVOErrorAccessTokenExpiredError = 20104,
   TVOErrorAccessTokenNotYetValidError = 20105,
   TVOErrorAccessTokenGrantsInvalidError = 20106,
   TVOErrorAccessTokenSignatureInvalidError = 20107,
   TVOErrorAuthFailureCodeError = 20151,
   TVOErrorExpirationTimeExceedsMaxTimeAllowedError = 20157,
   TVOErrorAccessForbiddenError = 20403,
   TVOErrorApplicationNotFoundError = 21218,
   TVOErrorConnectionError = 31005,
   TVOErrorCallCancelledError = 31008,
   TVOErrorTransportError = 31009,
   TVOErrorMalformedRequestError = 31100,
   TVOErrorAuthorizationError = 31201,
   TVOErrorRegistrationError = 31301,
   TVOErrorBadRequestError = 31400,
   TVOErrorForbiddenError = 31403,
   TVOErrorNotFoundError = 31404,
   TVOErrorRequestTimeoutError = 31408,
   TVOErrorConflictError = 31409,
   TVOErrorUpgradeRequiredError = 31426,
   TVOErrorTooManyRequestsError = 31429,
   TVOErrorTemporarilyUnavailableError = 31480,
   TVOErrorCallDoesNotExistError = 31481,
   TVOErrorBusyHereError = 31486,
   TVOErrorRequestTerminatedError = 31487,
   TVOErrorInternalServerError = 31500,
   TVOErrorBadGatewayError = 31502,
   TVOErrorServiceUnavailableError = 31503,
   TVOErrorGatewayTimeoutError = 31504,
   TVOErrorDNSResolutionError = 31530,
   TVOErrorBusyEverywhereError = 31600,
   TVOErrorDeclineError = 31603,
   TVOErrorDoesNotExistAnywhereError = 31604,
   TVOErrorTokenAuthenticationRejected = 51007,
   TVOErrorSignalingConnectionDisconnectedError = 53001,
   TVOErrorMediaClientLocalDescFailedError = 53400,
   TVOErrorMediaServerLocalDescFailedError = 53401,
   TVOErrorMediaClientRemoteDescFailedError = 53402,
   TVOErrorMediaServerRemoteDescFailedError = 53403,
   TVOErrorMediaNoSupportedCodecError = 53404,
   TVOErrorMediaConnectionError = 53405,
};

Constants

TVOErrorAccessTokenInvalidError

Invalid Access Token

Declared In TVOError.h.

TVOErrorAccessTokenHeaderInvalidError

Invalid Access Token header

Declared In TVOError.h.

TVOErrorAccessTokenIssuerInvalidError

Invalid Access Token issuer/subject

Declared In TVOError.h.

TVOErrorAccessTokenExpiredError

Access Token expired or expiration date invalid

Declared In TVOError.h.

TVOErrorAccessTokenNotYetValidError

Access Token not yet valid

Declared In TVOError.h.

TVOErrorAccessTokenGrantsInvalidError

Invalid Access Token grants

Declared In TVOError.h.

TVOErrorAccessTokenSignatureInvalidError

Invalid Access Token signature

Declared In TVOError.h.

TVOErrorAuthFailureCodeError

Auth Failure Error

Declared In TVOError.h.

TVOErrorExpirationTimeExceedsMaxTimeAllowedError

Expiration Time Exceeds Maximum Time Allowed

Declared In TVOError.h.

TVOErrorAccessForbiddenError

The account lacks permission to access the Twilio API

Declared In TVOError.h.

TVOErrorApplicationNotFoundError

Invalid Application Sid

Declared In TVOError.h.

TVOErrorConnectionError

Connection error

Declared In TVOError.h.

TVOErrorCallCancelledError

Unable to answer because the call has ended

Declared In TVOError.h.

TVOErrorTransportError

No transport available to send or receive messages

Declared In TVOError.h.

TVOErrorMalformedRequestError

Malformed request

Declared In TVOError.h.

TVOErrorAuthorizationError

Authorization error

Declared In TVOError.h.

TVOErrorRegistrationError

Registration error

Declared In TVOError.h.

TVOErrorBadRequestError

The request could not be understood due to malformed syntax

Declared In TVOError.h.

TVOErrorForbiddenError

The server understood the request, but is refusing to fulfill it

Declared In TVOError.h.

TVOErrorNotFoundError

The server has not found anything matching the request

Declared In TVOError.h.

TVOErrorRequestTimeoutError

A request timeout occurred

Declared In TVOError.h.

TVOErrorConflictError

The request could not be processd because of a conflict in the current state of the resource. Another request may be in progress

Declared In TVOError.h.

TVOErrorUpgradeRequiredError

This error is raised when an HTTP 426 response is received. The reason for this is most likely because of an incompatible TLS version. To mitigate this, you may need to upgrade the OS or download a more recent version of the SDK.

Declared In TVOError.h.

TVOErrorTooManyRequestsError

Too many requests were sent in a given amount of time

Declared In TVOError.h.

TVOErrorTemporarilyUnavailableError

The callee is currently unavailable

Declared In TVOError.h.

TVOErrorCallDoesNotExistError

The call no longer exists

Declared In TVOError.h.

TVOErrorBusyHereError

The callee is busy

Declared In TVOError.h.

TVOErrorRequestTerminatedError

The request has terminated as a result of a bye or cancel

Declared In TVOError.h.

TVOErrorInternalServerError

The server could not fulfill the request due to some unexpected condition

Declared In TVOError.h.

TVOErrorBadGatewayError

The server is acting as a gateway or proxy, and received an invalid response from a downstream server while attempting to fulfill the request

Declared In TVOError.h.

TVOErrorServiceUnavailableError

The server is currently unable to handle the request due to a temporary overloading or maintenance of the server

Declared In TVOError.h.

TVOErrorGatewayTimeoutError

The server, while acting as a gateway or proxy, did not receive a timely response from an upstream server

Declared In TVOError.h.

TVOErrorDNSResolutionError

Could not connect to the serever due to DNS resolution failure

Declared In TVOError.h.

TVOErrorBusyEverywhereError

All possible destinations are busy

Declared In TVOError.h.

TVOErrorDeclineError

The callee does not wish to participate in the call

Declared In TVOError.h.

TVOErrorDoesNotExistAnywhereError

The requested callee does not exist anywhere

Declared In TVOError.h.

TVOErrorTokenAuthenticationRejected

Token authentication is rejected by authentication service

Declared In TVOError.h.

TVOErrorSignalingConnectionDisconnectedError

Signaling connection disconnected

Declared In TVOError.h.

TVOErrorMediaClientLocalDescFailedError

Client is unable to create or apply a local media description

Declared In TVOError.h.

TVOErrorMediaServerLocalDescFailedError

Server is unable to create or apply a local media description

Declared In TVOError.h.

TVOErrorMediaClientRemoteDescFailedError

Client is unable to apply a remote media description

Declared In TVOError.h.

TVOErrorMediaServerRemoteDescFailedError

Server is unable to apply a remote media description

Declared In TVOError.h.

TVOErrorMediaNoSupportedCodecError

No supported codec

Declared In TVOError.h.

TVOErrorMediaConnectionError

Media connection failed

Declared In TVOError.h.

Declared In

TVOError.h