Jabber Guest iOS SDK
Error Codes

Enumerations

enum  CJGuestErrorCode {
  CJGuestSipError = 1, CJGuestRoapExceptionError, CJGuestBlankSipUriError, CJGuestBlankSdpError,
  CJGuestInvalidSipUriError, CJGuestMediaGatewayUndefinedError, CJGuestMediaGatewayAllocationFailedError, CJGuestMediaGatewayIceFailedError,
  CJGuestSipConfigurationError, CJGuestSipEndpointBusyError, CJGuestInvalidCallStateError, CJGuestTurnCredAcquireFailedError,
  CJGuestLinkNotFoundError = 50, CJGuestLinkNotValidYetError, CJGuestLinkExpiredError, CJGuestLinkDisabledError,
  CJGuestHttpError = 1000, CJGuestNetError, CJGuestUnknownError
}
 The error codes for the Jabber Guest Error Domain. More...
 

Detailed Description

Enumeration Type Documentation

The error codes for the Jabber Guest Error Domain.

Enumerator
CJGuestSipError 

The Jabber Guest server encountered a SIP error.

CJGuestRoapExceptionError 

There Jabber Guest server encountered an exception.

CJGuestBlankSipUriError 

The URI was invalid.

CJGuestBlankSdpError 

There was a networking error between the device and the server.

CJGuestInvalidSipUriError 

The URI was invalid.

CJGuestMediaGatewayUndefinedError 

The media gateway is not defined.

CJGuestMediaGatewayAllocationFailedError 

The server was busy and could no resource allocation failed.

CJGuestMediaGatewayIceFailedError 

The ICE negotiation failed.

CJGuestSipConfigurationError 

There was an error in the SIP configuration.

CJGuestSipEndpointBusyError 

The destination was busy.

CJGuestInvalidCallStateError 

An invalid call state.

CJGuestTurnCredAcquireFailedError 

A TURN error.

CJGuestLinkNotFoundError 

The URI was not found.

CJGuestLinkNotValidYetError 

The URI is not active.

CJGuestLinkExpiredError 

The URI has expired.

CJGuestLinkDisabledError 

The URI has been disabled.

CJGuestHttpError 

An http error.

CJGuestNetError 

There was a network error.

It is very common to get this error when the host can not be resolved.

CJGuestUnknownError 

An undefined error.