ReadonlyABORT_OptionalcauseReadonlycodeThe code read-only property of the DOMException interface returns one of the legacy error code constants, or 0 if none match.
ReadonlyDATA_ReadonlyDOMSTRING_ReadonlyerrorThe RTCError interface's read-only errorDetail property is a string indicating the WebRTC-specific error code that occurred.
ReadonlyHIERARCHY_ReadonlyINDEX_ReadonlyINUSE_ReadonlyINVALID_ReadonlyINVALID_ReadonlyINVALID_ReadonlyINVALID_ReadonlyINVALID_ReadonlymessageThe message read-only property of the DOMException interface returns a string representing a message or description associated with the given error name.
ReadonlynameThe name read-only property of the DOMException interface returns a string that contains one of the strings associated with an error name.
ReadonlyNAMESPACE_ReadonlyNETWORK_ReadonlyNO_ReadonlyNO_ReadonlyNOT_ReadonlyNOT_ReadonlyQUOTA_ReadonlyreceivedThe RTCError read-only property receivedAlert specifies the fatal DTLS error which resulted in an alert being received from the remote peer.
ReadonlysctpThe read-only sctpCauseCode property in an RTCError object provides the SCTP cause code explaining why the SCTP negotiation failed, if the RTCError represents an SCTP error.
ReadonlysdpThe RTCError interface's read-only property sdpLineNumber specifies the line number within the SDP at which a syntax error occurred while parsing it.
ReadonlySECURITY_ReadonlysentThe read-only sentAlert property in an RTCError object specifies the DTLS alert number occurred while sending data to the remote peer, if the error represents an outbound DTLS error.
OptionalstackReadonlySYNTAX_ReadonlyTIMEOUT_ReadonlyTYPE_ReadonlyURL_ReadonlyVALIDATION_ReadonlyWRONG_
The
RTCErrorinterface describes an error which has occurred while handling WebRTC operations. It's based upon the standard DOMException interface that describes general DOM errors.MDN Reference