property
quic.QuicErrorOptions.errorCode
errorCode?: number | bigint
The numeric QUIC error code. Numbers are coerced to BigInt. Must be a non-negative 62-bit unsigned varint (0n <= errorCode <= 2n ** 62n - 1n).