Skip to content

@mastondzn/dank-twitch-irc / PartError

Class: PartError

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 PartError(failedChannelName, message, cause)

new PartError(failedChannelName, message, cause?): PartError

Parameters

failedChannelName: string

message: string

cause?: Error

Returns

PartError

Overrides

MessageError.constructor

Source

src/operations/part.ts:9

Properties

cause?

optional cause: unknown

Inherited from

MessageError.cause

Source

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


failedChannelName

failedChannelName: string

Source

src/operations/part.ts:7


message

message: string

Inherited from

MessageError.message

Source

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


name

name: string

Inherited from

MessageError.name

Source

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


stack?

optional stack: string

Inherited from

MessageError.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

MessageError.prepareStackTrace

Source

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


stackTraceLimit

static stackTraceLimit: number

Inherited from

MessageError.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

MessageError.captureStackTrace

Source

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