streamErrorCode property
int?
get
streamErrorCode
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.
Implementation
external int? get streamErrorCode;