External: LinphoneErrorInfo

LinphoneErrorInfo

Object representing full details about a signaling error or status. All LinphoneErrorInfo object returned by the liblinphone API are readonly and transcients. For safety they must be used immediately after obtaining them. Any other function call to the liblinphone may change their content or invalidate the pointer.
Source:

Members

<readonly> details :string

Provides additional information regarding the failure. With SIP protocol, the "Reason" and "Warning" headers are returned.
Type:
  • string
Source:

<readonly> phrase :string

Get textual phrase from the error info. This is the text that is provided by the peer in the protocol (SIP).
Type:
  • string
Source:

<readonly> protocolCode :number

Get the status code from the low level protocol (ex a SIP status code).
Type:
  • number
Source:

<readonly> reason :linphone.Reason

Get reason code from the error info.
Type:
Source: