Skip to content

@mastondzn/dank-twitch-irc / MessageError

Class: MessageError

Indicates an error directly caused by some bad server message being received, e.g. a msg_channel_suspended when trying to join a channel.

Extends

Constructors

new MessageError(message, cause)

new MessageError(message, cause?): MessageError

Parameters

message: string

cause?: Error

Returns

MessageError

Inherited from

BaseError.constructor

Source

src/utils/base-error.ts:2

Properties

cause?

optional cause: unknown

Inherited from

BaseError.cause

Source

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.error.d.ts:24


message

message: string

Inherited from

BaseError.message

Source

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es5.d.ts:1076


name

name: string

Inherited from

BaseError.name

Source

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es5.d.ts:1075


stack?

optional stack: string

Inherited from

BaseError.stack

Source

node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es5.d.ts:1077


prepareStackTrace?

static optional prepareStackTrace: (err, stackTraces) => any

Optional override for formatting stack traces

Parameters

err: Error

stackTraces: CallSite[]

Returns

any

See

https://v8.dev/docs/stack-trace-api#customizing-stack-traces

Inherited from

BaseError.prepareStackTrace

Source

node_modules/.pnpm/@types+node@20.11.19/node_modules/@types/node/globals.d.ts:28


stackTraceLimit

static stackTraceLimit: number

Inherited from

BaseError.stackTraceLimit

Source

node_modules/.pnpm/@types+node@20.11.19/node_modules/@types/node/globals.d.ts:30

Methods

captureStackTrace()

static captureStackTrace(targetObject, constructorOpt?): void

Create .stack property on a target object

Parameters

targetObject: object

constructorOpt?: Function

Returns

void

Inherited from

BaseError.captureStackTrace

Source

node_modules/.pnpm/@types+node@20.11.19/node_modules/@types/node/globals.d.ts:21