Class: RoomfulTokenError
@roomful/next / RoomfulTokenError
Class: RoomfulTokenError
Section titled “Class: RoomfulTokenError”Defined in: packages/next/src/index.ts:108
Thrown when token issuance receives invalid options.
Extends
Section titled “Extends”TypeError
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new RoomfulTokenError(
message):RoomfulTokenError
Defined in: packages/next/src/index.ts:115
Creates a token issuance error.
Parameters
Section titled “Parameters”message
Section titled “message”string
The failure message.
Returns
Section titled “Returns”RoomfulTokenError
A new RoomfulTokenError instance.
Overrides
Section titled “Overrides”TypeError.constructor
Properties
Section titled “Properties”cause?
Section titled “cause?”
optionalcause:unknown
Defined in: node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2022.error.d.ts:26
Inherited from
Section titled “Inherited from”TypeError.cause
message
Section titled “message”message:
string
Defined in: node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es5.d.ts:1077
Inherited from
Section titled “Inherited from”TypeError.message
name:
string
Defined in: node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es5.d.ts:1076
Inherited from
Section titled “Inherited from”TypeError.name
stack?
Section titled “stack?”
optionalstack:string
Defined in: node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es5.d.ts:1078
Inherited from
Section titled “Inherited from”TypeError.stack