Fields Summary |
---|
public static final byte | GENERAL_ERROROther SIP error |
public static final byte | TRANSPORT_NOT_SUPPORTEDThe requested transport is not supported |
public static final byte | DIALOG_UNAVAILABLEThrown for example when SIP connection does not belong to any Dialog. |
public static final byte | UNKNOWN_TYPEUsed when for example Content-Type is not set before filling
the message body. |
public static final byte | UNKNOWN_LENGTHUsed when for example Content-Length is not set before filling
the message body |
public static final byte | INVALID_STATEMethod call not allowed, because of wrong state in SIP connection. |
public static final byte | INVALID_OPERATIONThe system does not allow particular operation. NOTICE! This error does
not handle security exceptions. |
public static final byte | TRANSACTION_UNAVAILABLESystem can not open any new transactions. |
public static final byte | INVALID_MESSAGEThe message to be sent has invalid format. |
private byte | error_codeCurrent error code for this sip exception |