Package com.twilio.voice
Class CallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.twilio.voice.VoiceException
com.twilio.voice.CallException
- All Implemented Interfaces:
Serializable
Exceptions related to making and receiving calls.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
Fields inherited from class com.twilio.voice.VoiceException
EXCEPTION_ACCESS_TOKEN_REJECTED, EXCEPTION_AUTH_FAILURE, EXCEPTION_BAD_GATEWAY, EXCEPTION_BAD_REQUEST, EXCEPTION_FORBIDDEN, EXCEPTION_GATEWAY_TIMEOUT, EXCEPTION_INTERNAL_SERVER_ERROR, EXCEPTION_INVALID_ACCESS_TOKEN, EXCEPTION_INVALID_ACCESS_TOKEN_EXPIRY, EXCEPTION_INVALID_ACCESS_TOKEN_GRANT, EXCEPTION_INVALID_ACCESS_TOKEN_HEADER, EXCEPTION_INVALID_ACCESS_TOKEN_NOT_VALID_YET, EXCEPTION_INVALID_ISSUER_SUBJECT, EXCEPTION_INVALID_SIGNATURE, EXCEPTION_INVALID_TOKEN, EXCEPTION_INVALID_TTL, EXCEPTION_NOT_FOUND, EXCEPTION_REQUEST_TIMEOUT, EXCEPTION_SERVICE_UNAVAILABLE
-
Method Summary
Methods inherited from class com.twilio.voice.VoiceException
getErrorCode, getExplanation, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
EXCEPTION_INVALID_CALLER_ID
public static final int EXCEPTION_INVALID_CALLER_ID- See Also:
-
EXCEPTION_INVALID_PHONE_NUMBER
public static final int EXCEPTION_INVALID_PHONE_NUMBER- See Also:
-
EXCEPTION_INVALID_APPLICATION_SID
public static final int EXCEPTION_INVALID_APPLICATION_SID- See Also:
-
EXCEPTION_CONNECTION_ERROR
public static final int EXCEPTION_CONNECTION_ERROR- See Also:
-
EXCEPTION_CALL_CANCELLED
public static final int EXCEPTION_CALL_CANCELLED- See Also:
-
EXCEPTION_TRANSPORT_ERROR
public static final int EXCEPTION_TRANSPORT_ERROR- See Also:
-
EXCEPTION_RATE_EXCEEDED_AUTHORIZED_LIMIT_ERROR
public static final int EXCEPTION_RATE_EXCEEDED_AUTHORIZED_LIMIT_ERROR- See Also:
-
EXCEPTION_CALL_MESSAGE_EVENT_TYPE_INVALID
public static final int EXCEPTION_CALL_MESSAGE_EVENT_TYPE_INVALID- See Also:
-
EXCEPTION_CALL_MESSAGE_CALL_IN_UNEXPECTED_STATE_ERROR
public static final int EXCEPTION_CALL_MESSAGE_CALL_IN_UNEXPECTED_STATE_ERROR- See Also:
-
EXCEPTION_CALL_MESSAGE_EVENT_PAYLOAD_SIZE_EXCEEDED_AUTHORIZED_LIMIT_ERROR
public static final int EXCEPTION_CALL_MESSAGE_EVENT_PAYLOAD_SIZE_EXCEEDED_AUTHORIZED_LIMIT_ERROR- See Also:
-
EXCEPTION_MALFORMED_REQUEST
public static final int EXCEPTION_MALFORMED_REQUEST- See Also:
-
EXCEPTION_AUTHORIZATION_ERROR
public static final int EXCEPTION_AUTHORIZATION_ERROR- See Also:
-
EXCEPTION_TEMPORARILY_UNAVAILABLE_ERROR
public static final int EXCEPTION_TEMPORARILY_UNAVAILABLE_ERROR- See Also:
-
EXCEPTION_CALL_OR_TRANSACTION_DOES_NOT_EXIST_ERROR
public static final int EXCEPTION_CALL_OR_TRANSACTION_DOES_NOT_EXIST_ERROR- See Also:
-
EXCEPTION_ADDRESS_INCOMPLETE_ERROR
public static final int EXCEPTION_ADDRESS_INCOMPLETE_ERROR- See Also:
-
EXCEPTION_BUSY_HERE_ERROR
public static final int EXCEPTION_BUSY_HERE_ERROR- See Also:
-
EXCEPTION_REQUEST_TERMINATED_ERROR
public static final int EXCEPTION_REQUEST_TERMINATED_ERROR- See Also:
-
EXCEPTION_DNS_RESOLUTION
public static final int EXCEPTION_DNS_RESOLUTION- See Also:
-
EXCEPTION_BUSY_EVERYWHERE_ERROR
public static final int EXCEPTION_BUSY_EVERYWHERE_ERROR- See Also:
-
EXCEPTION_DECLINE_ERROR
public static final int EXCEPTION_DECLINE_ERROR- See Also:
-
EXCEPTION_DOES_NOT_EXIST_ANYWHERE_ERROR
public static final int EXCEPTION_DOES_NOT_EXIST_ANYWHERE_ERROR- See Also:
-
EXCEPTION_SIGNALING_CONNECTION_DISCONNECTED
public static final int EXCEPTION_SIGNALING_CONNECTION_DISCONNECTED- See Also:
-
EXCEPTION_CLIENT_LOCAL_MEDIA_DESCRIPTION
public static final int EXCEPTION_CLIENT_LOCAL_MEDIA_DESCRIPTION- See Also:
-
EXCEPTION_SERVER_LOCAL_MEDIA_DESCRIPTION
public static final int EXCEPTION_SERVER_LOCAL_MEDIA_DESCRIPTION- See Also:
-
EXCEPTION_CLIENT_REMOTE_MEDIA_DESCRIPTION
public static final int EXCEPTION_CLIENT_REMOTE_MEDIA_DESCRIPTION- See Also:
-
EXCEPTION_SERVER_REMOTE_MEDIA_DESCRIPTION
public static final int EXCEPTION_SERVER_REMOTE_MEDIA_DESCRIPTION- See Also:
-
EXCEPTION_NO_SUPPORTED_CODEC
public static final int EXCEPTION_NO_SUPPORTED_CODEC- See Also:
-
EXCEPTION_MEDIA_CONNECTION_FAILED
public static final int EXCEPTION_MEDIA_CONNECTION_FAILED- See Also:
-
EXCEPTION_MEDIA_DTLS_TRANSPORT_FAILED
public static final int EXCEPTION_MEDIA_DTLS_TRANSPORT_FAILED- See Also:
-