TPLError
enum TPLError : NSInteger {}
An enumeration indicating the errors that can be raised by the SDK.
-
< Twilio was unable to validate your Access Token
Declaration
Objective-C
TPLErrorAccessTokenInvalidError = 20101 -
< An error occurred playing back media content
Declaration
Objective-C
TPLErrorPlaybackMediaError = 56000 -
< A network resource is not authorized
Declaration
Objective-C
TPLErrorPlaybackAuthorizationError = 56001 -
< Data or input is invalid
Declaration
Objective-C
TPLErrorPlaybackInvalidDataError = 56002 -
< A method parameter is invalid
Declaration
Objective-C
TPLErrorPlaybackInvalidParameterError = 56003 -
< The Player or an internal object is in an invalid state
Declaration
Objective-C
TPLErrorPlaybackInvalidStateError = 56004 -
< A network error occurred
Declaration
Objective-C
TPLErrorPlaybackNetworkError = 56005 -
< A network I/O error occurred
Declaration
Objective-C
TPLErrorPlaybackNetworkIOError = 56006 -
< The stream is not available
Declaration
Objective-C
TPLErrorPlaybackStreamNotAvailableError = 56007 -
< The current-viewers limit was reached
Declaration
Objective-C
TPLErrorPlaybackTooManyStreamingRequestsError = 56008 -
< A method or feature is not supported
Declaration
Objective-C
TPLErrorPlaybackNotSupportedError = 56009 -
< There is no source for the Player to play
Declaration
Objective-C
TPLErrorPlaybackNoSourceError = 56010 -
< The Player timed out performing an operation
Declaration
Objective-C
TPLErrorPlaybackTimeoutError = 56011
View on GitHub
TPLError Enumeration Reference