ReferenceInterfaces
MalformedFrame
Defined in: packages/protocol/src/types.ts:201
A frame whose bytes do not fit the layout of its code; reason says what failed.
Properties
bytes
bytes: Uint8Array;Defined in: packages/protocol/src/types.ts:205
code
code: number;Defined in: packages/protocol/src/types.ts:204
kind
kind: "response" | "push";Defined in: packages/protocol/src/types.ts:202
reason
reason: string;Defined in: packages/protocol/src/types.ts:206
type
type: "malformed";Defined in: packages/protocol/src/types.ts:203