Home > sip.js > NonInviteServerTransaction > onTransportError
First, the procedures in [4] are followed, which attempt to deliver the response to a backup. If those should all fail, based on the definition of failure in [4], the server transaction SHOULD inform the TU that a failure has occurred, and SHOULD transition to the terminated state. https://tools.ietf.org/html/rfc3261\#section-17.2.4
Signature:
protected onTransportError(error: Error): void;
Parameter | Type | Description |
---|---|---|
error | Error |
Returns:
void