web api instance property
RTCError: errorDetail property
The errorDetail read-only property of the RTCError interface is a string indicating the WebRTC-specific error code that occurred.
Value
A read-only string whose value indicates the type of WebRTC-specific error that occurred on an RTCPeerConnection.
The possible values are:
data-channel-failure- : The connection’s
RTCDataChannelhas failed.
- : The connection’s
dtls-failure- : The negotiation of the DTLS connection failed, or the connection was terminated with a fatal error.
The error’s
messagecontains details about the nature of the error. If a fatal error is received, the error object’sreceivedAlertproperty is set to the value of the DTLS alert received. If, on the other hand, a fatal error was sent, thesentAlertproperty is set to the alert’s value.
- : The negotiation of the DTLS connection failed, or the connection was terminated with a fatal error.
The error’s
fingerprint-failure- : The remote certificate for the
RTCDtlsTransportdidn’t match any of the fingerprints listed in the SDP. If the remote peer can’t match the local certificate against the provided fingerprints, this error doesn’t occur, though this situation may result instead in adtls-failureerror.
- : The remote certificate for the
hardware-encoder-error- : The hardware encoder doesn’t support the given configuration parameters.
hardware-encoder-not-available- : The hardware encoder resources required to accomplish the requested operation aren’t available.
sctp-failure- : The SCTP negotiation has failed, or the connection has terminated with a fatal error.
The SCTP cause code can be found in the
RTCErrorobject’ssctpCauseCodeproperty. SCTP error cause codes 1-13 are defined in the SCTP specification:4960.
- : The SCTP negotiation has failed, or the connection has terminated with a fatal error.
The SCTP cause code can be found in the
sdp-syntax-error- : The SDP syntax is invalid.
The error’s
sdpLineNumberproperty indicates the SDP message line number where the error was detected.
- : The SDP syntax is invalid.
The error’s
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.