Interface WebTransportErrorOptions

    interface WebTransportErrorOptions {
        source?: WebTransportErrorSource;
        streamErrorCode?: number;
    }

    Properties

    streamErrorCode?: number