Interface MessageError

Hierarchy

  • MessageError

Properties

origin: Origin

Origin, who produced this error

reason: string

Reason why error happened

If SIP "Reason Phrase" is not be available (e.g. in case of networking issues) internally created reasons should be considered instead

Example

"Unresolvable destination (478/SL)"
sipStackObject?: any

The raw sip stack object representing the error

statusCode?: number

SIP error code, if available

Example

404 (Not Found)

Generated using TypeDoc