files/en-us/web/api/rtcerror/errordetail/index.md
{{APIRef("WebRTC")}}
The {{domxref("RTCError")}} interface's read-only
errorDetail property is a string indicating the WebRTC-specific error code that occurred.
A read-only string whose value indicates the type of WebRTC-specific error that occurred on an {{domxref("RTCPeerConnection")}}. The possible values are:
data-channel-failure
dtls-failure
fingerprint-failure
dtls-failure error.hardware-encoder-error
hardware-encoder-not-available
sctp-failure
RTCError
object's {{domxref("RTCError.sctpCauseCode", "sctpCauseCode")}}. SCTP error cause
codes 1-13 are defined in the SCTP specification: {{RFC(4960, "", "3.3.10")}}.sdp-syntax-error
tbd
{{Specifications}}
{{Compat}}