WebTransportError
The WebTransportError interface of the WebTransport API represents an error related to the API, which can arise from server errors, network connection problems, or client-initiated abort operations (for example, arising from a WritableStream.abort() call). Available only in secure contexts.
Constructors
Properties
The name read-only property of the DOMException interface returns a string that contains one of the strings associated with an error name.
The source read-only property of the WebTransportError interface returns an enumerated value indicating the source of the error.
The streamErrorCode read-only property of the WebTransportError interface returns a number in the range 0-255 indicating the application protocol error code for this error, or null if one is not available.