CPErrorType

enum CPErrorType : NSInteger {}

enum class for Error Types

Since

1.0.0
  • Request is succeeded in partial manner

    Declaration

    Objective-C

    PARTIAL_SUCCESS
  • System failure

    Declaration

    Objective-C

    ERROR_SYSTEM
  • Internal server error occurred

    Declaration

    Objective-C

    ERROR_INTERNAL_SERVER
  • Network failures

    Declaration

    Objective-C

    ERROR_NETWORK
  • Server failures

    Declaration

    Objective-C

    ERROR_SERVER
  • Https security failure

    Declaration

    Objective-C

    ERROR_SECURITY
  • Authentication failure

    Declaration

    Objective-C

    ERROR_AUTHENTICATION
  • Authorization failure

    Declaration

    Objective-C

    ERROR_AUTHORIZATION
  • Error on defined Notification Proxy

    Declaration

    Objective-C

    ERROR_PROXY
  • Localization not found or malformed

    Declaration

    Objective-C

    ERROR_LOCALIZATION
  • Input structure is not validated

    Declaration

    Objective-C

    ERROR_VALIDATION
  • Input parameter is null

    Declaration

    Objective-C

    ERROR_NULL_PARAMETER
  • Received notification message can not be parsed

    Declaration

    Objective-C

    ERROR_MESSAGE_PARSE
  • Failure on WebRTC library

    Declaration

    Objective-C

    ERROR_WEBRTC
  • Method can not be performed

    Declaration

    Objective-C

    ERROR_METHOD_NOT_ALLOWED
  • Microphone access is not available

    Declaration

    Objective-C

    ERROR_MICROPHONE_ACCESS
  • Camera access is not available

    Declaration

    Objective-C

    ERROR_CAMERA_ACCESS
  • Remote server busy error

    Declaration

    Objective-C

    ERROR_REMOTE_SERVER_BUSY
  • Session failed

    Declaration

    Objective-C

    ERROR_SESSION_FAILED
  • Another local offer is in progress

    Declaration

    Objective-C

    ERROR_LOCAL_OFFER_IN_PROGRESS
  • Audio Router setActiveAudioRoute error

    Declaration

    Objective-C

    ERROR_AUDIO_ROUTE
  • Method called in invalid state

    Declaration

    Objective-C

    ERROR_INVALID_STATE
  • Websocket could not be connected

    Declaration

    Objective-C

    ERROR_WEBSOCKET_TIMEOUT
  • Request pending

    Declaration

    Objective-C

    ERROR_REQUEST_PENDING = 491
  • An authentication error occurred because of an invalid access token

    Declaration

    Objective-C

    ERROR_INVALID_ACCESS_TOKEN = 4011
  • A generic authorization error occurred

    Declaration

    Objective-C

    ERROR_UNAUTHORIZED = 4012
  • An authentication error occurred because of an expired access token

    Declaration

    Objective-C

    ERROR_EXPIRED_ACCESS_TOKEN = 4013