Skip to content

Class: RoomfulTokenError

@roomful/next


@roomful/next / RoomfulTokenError

Defined in: packages/next/src/index.ts:108

Thrown when token issuance receives invalid options.

  • TypeError

new RoomfulTokenError(message): RoomfulTokenError

Defined in: packages/next/src/index.ts:115

Creates a token issuance error.

string

The failure message.

RoomfulTokenError

A new RoomfulTokenError instance.

TypeError.constructor

optional cause: unknown

Defined in: node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2022.error.d.ts:26

TypeError.cause


message: string

Defined in: node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es5.d.ts:1077

TypeError.message


name: string

Defined in: node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es5.d.ts:1076

TypeError.name


optional stack: string

Defined in: node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es5.d.ts:1078

TypeError.stack