Skip to content

Documents for @litert/websocket / Errors / E_FRAME_BROKEN

Class: E_FRAME_BROKEN

Defined in: src/lib/Errors.ts:92

The error class for websocket.

Extends

Constructors

Constructor

new E_FRAME_BROKEN(context, origin): E_FRAME_BROKEN

Defined in: src/lib/Errors.ts:94

Parameters

context

IErrorContext = {}

origin

unknown = null

Returns

E_FRAME_BROKEN

Overrides

WsError.constructor

Properties

context

readonly context: IErrorContext

Defined in: src/lib/Errors.ts:31

The context information for the error.

Inherited from

WsError.context


origin

readonly origin: unknown

Defined in: src/lib/Errors.ts:36

The origin object for the error.

Inherited from

WsError.origin