cnrg.itx.signal
Interface ErrorResponse


public abstract interface ErrorResponse

This interface contains all the SIP error status codes.


Field Summary
static int AMBIGUOUS
          Ambiguous - the callee address was ambiguous
static int BADEXTENSION
          Bad Extension - extension in Require field could not be understood
static int BADGATEWAY
          Bad Gateway - acting as gateway or proxy, received an invalid response
static int BADMEDIA
          Unsupported Media Type
static int BADMETHOD
          Method Not Allowed
static int BADREQUEST
          Bad Request - request could not be understood due to malformed syntax
static int BADSIPVERSION
          Version Not Supported
static int BUSYEVERYWHERE
          Busy Everywhere
static int BUSYHERE
          Busy Here
static int CALLLEGNOTEXIST
          Call Leg/Transaction Does Not Exist
static int CONFLICT
          Conflict - conflict with current state of resource
static int DECLINE
          Decline
static int FORBIDDEN
          Forbidden - authorization will not help
static int GATETIMEOUT
          Gateway Time-out - when acting as a gateway
static int GONE
          Gone - requested resource is no longer available at server
static int INCMPLTADDRESS
          Address Incomplete
static int INTERNALERROR
          Server Internal Error
static int LENGTHREQUIRE
          Length Required - request needs a Content-Length
static int LOOP
          Loop Detected
static int NOIMPLEMENT
          Not Implemented - the server lacks the functionality needed to fulfill the request
static int NOTACCEPT
          Not Acceptable - responses have content not acceptable as specified by client making the request
static int NOTACCEPTABLE
          Not Acceptable
static int NOTEXIST
          Does Not Exist Anywhere
static int NOTFOUND
          Not Found - user does not exist at current domain
static int PAYREQUIRE
          Payment Required
static int PROXYAUTHEN
          Proxy Authentication Required
static int REQUESTTOOBIG
          Request Entity Too Large
static int SERVNOTAVAIL
          Service Unavailable
static int TEMPNOAVAIL
          Temporarily Unavailable
static int TIMEOUT
          Request Timeout
static int TOOMANYHOPS
          Too Many Hops
static int UNAUTHORIZED
          Unauthorized - requires user authentication
static int URITOOBIG
          Request-URI Too Long
 

Field Detail

BADREQUEST

public static final int BADREQUEST
Bad Request - request could not be understood due to malformed syntax

UNAUTHORIZED

public static final int UNAUTHORIZED
Unauthorized - requires user authentication

PAYREQUIRE

public static final int PAYREQUIRE
Payment Required

FORBIDDEN

public static final int FORBIDDEN
Forbidden - authorization will not help

NOTFOUND

public static final int NOTFOUND
Not Found - user does not exist at current domain

BADMETHOD

public static final int BADMETHOD
Method Not Allowed

NOTACCEPT

public static final int NOTACCEPT
Not Acceptable - responses have content not acceptable as specified by client making the request

PROXYAUTHEN

public static final int PROXYAUTHEN
Proxy Authentication Required

TIMEOUT

public static final int TIMEOUT
Request Timeout

CONFLICT

public static final int CONFLICT
Conflict - conflict with current state of resource

GONE

public static final int GONE
Gone - requested resource is no longer available at server

LENGTHREQUIRE

public static final int LENGTHREQUIRE
Length Required - request needs a Content-Length

REQUESTTOOBIG

public static final int REQUESTTOOBIG
Request Entity Too Large

URITOOBIG

public static final int URITOOBIG
Request-URI Too Long

BADMEDIA

public static final int BADMEDIA
Unsupported Media Type

BADEXTENSION

public static final int BADEXTENSION
Bad Extension - extension in Require field could not be understood

TEMPNOAVAIL

public static final int TEMPNOAVAIL
Temporarily Unavailable

CALLLEGNOTEXIST

public static final int CALLLEGNOTEXIST
Call Leg/Transaction Does Not Exist

LOOP

public static final int LOOP
Loop Detected

TOOMANYHOPS

public static final int TOOMANYHOPS
Too Many Hops

INCMPLTADDRESS

public static final int INCMPLTADDRESS
Address Incomplete

AMBIGUOUS

public static final int AMBIGUOUS
Ambiguous - the callee address was ambiguous

BUSYHERE

public static final int BUSYHERE
Busy Here

INTERNALERROR

public static final int INTERNALERROR
Server Internal Error

NOIMPLEMENT

public static final int NOIMPLEMENT
Not Implemented - the server lacks the functionality needed to fulfill the request

BADGATEWAY

public static final int BADGATEWAY
Bad Gateway - acting as gateway or proxy, received an invalid response

SERVNOTAVAIL

public static final int SERVNOTAVAIL
Service Unavailable

GATETIMEOUT

public static final int GATETIMEOUT
Gateway Time-out - when acting as a gateway

BADSIPVERSION

public static final int BADSIPVERSION
Version Not Supported

BUSYEVERYWHERE

public static final int BUSYEVERYWHERE
Busy Everywhere

DECLINE

public static final int DECLINE
Decline

NOTEXIST

public static final int NOTEXIST
Does Not Exist Anywhere

NOTACCEPTABLE

public static final int NOTACCEPTABLE
Not Acceptable