files/en-us/web/api/rtcpeerconnectioniceerrorevent/index.md
{{APIRef("WebRTC")}}
The RTCPeerConnectionIceErrorEvent interface—based upon the {{domxref("Event")}} interface—provides details pertaining to an {{Glossary("ICE")}} error announced by sending an {{domxref("RTCPeerConnection.icecandidateerror_event", "icecandidateerror")}} event to the {{domxref("RTCPeerConnection")}} object.
{{InheritanceDiagram}}
RTCPeerConnectionIceErrorEvent object, with its type and other properties initialized as specified in the parameters. You will not normally create an object of this type yourself.The RTCPeerConnectionIceErrorEvent interface includes the properties found on the {{domxref("Event")}} interface, as well as the following properties:
null if the local IP address has not yet been exposed as part of a local ICE candidate.gathering.address. null if the connection hasn't been established (that is, if address is null).RTCPeerConnectionIceErrorEvent has no methods other than any provided by the parent interface, {{domxref("Event")}}.
TBD
{{Specifications}}
{{Compat}}