Skip to main content
Deno.QuicCloseInfo - Deno documentation
interface Deno.QuicCloseInfo
Unstable

Properties

closeCode: number

A number representing the error code for the error.

reason: string

A string representing the reason for closing the connection.

Back to top