Index


Class wsc.ERRORCODE

Class Summary
Constructor Attributes Constructor Name and Description
 
Enum for error code.
Field Summary
Field Attributes Field Name and Description
 
the callee's end system was contacted successfully but the callee is busy and does not wish to take the call at this time.
 
the callee's end system was contacted successfully, but the callee is currently not willing or able to take additional calls at this end system.
 
the callee's machine was successfully contacted but the user explicitly does not wish to or cannot participate.
 
the server understood the request, but is refusing to fulfill it.
 
the error code for media stream
 
the error code for peerConnection
 
this code is similar to 401 (UNAUTHORIZED), but indicates that the client MUST first authenticate itself with the proxy.
 
the request was terminated.
 
the server has definitive information that the user does not exist at the domain specified in the Request-URI.
 
the error code for reloading session state
 
the error code for saving session state
 
the server encountered an unexpected condition that prevented it from fulfilling the request.
 
the callee's end system was contacted successfully but the callee is currently unavailable.
 
the request requires user authentication.
 
the error code for websocket
Class Detail
wsc.ERRORCODE()
Enum for error code.
Field Detail
{number} BUSY_EVERYWHERE
the callee's end system was contacted successfully but the callee is busy and does not wish to take the call at this time.

{number} BUSY_HERE
the callee's end system was contacted successfully, but the callee is currently not willing or able to take additional calls at this end system.

{number} DECLINED
the callee's machine was successfully contacted but the user explicitly does not wish to or cannot participate.

{number} FORBIDDEN
the server understood the request, but is refusing to fulfill it.

{number} MEDIA_ERROR
the error code for media stream

{number} PEERCONNECTION_ERROR
the error code for peerConnection

{number} PROXYAUTH_REQUIRED
this code is similar to 401 (UNAUTHORIZED), but indicates that the client MUST first authenticate itself with the proxy.

{number} REQUEST_TERMINATED
the request was terminated.

{number} RESOURCE_UNAVAILABLE
the server has definitive information that the user does not exist at the domain specified in the Request-URI.

{number} RESTORE_FAILED
the error code for reloading session state

{number} SAVE_FAILED
the error code for saving session state

{number} SYSTEM_ERROR
the server encountered an unexpected condition that prevented it from fulfilling the request.

{number} TEMPORARILY_UNAVAILABLE
the callee's end system was contacted successfully but the callee is currently unavailable.

{number} UNAUTHORIZED
the request requires user authentication. This response is issued by servers and registrars.

{number} WEBSOCKET_ERROR
the error code for websocket

Copyright © 2005, 2013, Oracle and/or its affiliates. All rights reserved.