Skip to main content

Class InvalidInvitationExtensionRoleError

Less than 1 minute

Class InvalidInvitationExtensionRoleError

Declared in packages/core/protocols/dist/esm/src/errors/errors.d.ts:37

Internal system errors. E.g., unexpected/unrecoverable runtime error.

Constructors

constructor([message], [context])

Returns: InvalidInvitationExtensionRoleError

Arguments:

message: string

context: Record<string, any>

Properties

cause

Type: unknown

code

Type: string

context

Type: Record<string, any>

message

Type: string

name

Type: string

stack

Type: string

prepareStackTrace

Type: function

Optional override for formatting stack traces

stackTraceLimit

Type: number

Methods

captureStackTrace(targetObject, [constructorOpt])

Create .stack property on a target object

Returns: void

Arguments:

targetObject: object

constructorOpt: Function