Documents for @litert/websocket / Errors / E_INTERNAL_ERROR
Class: E_INTERNAL_ERROR
Defined in: src/lib/Errors.ts:76
The error class for websocket.
Extends
Constructors
Constructor
new E_INTERNAL_ERROR(
context,origin):E_INTERNAL_ERROR
Defined in: src/lib/Errors.ts:78
Parameters
context
IErrorContext = {}
origin
unknown = null
Returns
E_INTERNAL_ERROR
Overrides
Properties
context
readonlycontext:IErrorContext
Defined in: src/lib/Errors.ts:31
The context information for the error.
Inherited from
origin
readonlyorigin:unknown
Defined in: src/lib/Errors.ts:36
The origin object for the error.