public interface ErrorInfo
Modifier and Type | Method and Description |
---|---|
String |
getDetails()
Get details about the error, if provided by the protocol.
|
String |
getPhrase()
Get the reason-phrase provided by the protocol (typically a SIP reason-phrase).
|
int |
getProtocolCode()
Get the protocol code corresponding to the error (typically a SIP status code).
|
Reason |
getReason()
Return the Reason enum corresponding to the error type.
|
Reason getReason()
int getProtocolCode()
String getPhrase()
String getDetails()