Extends

Constructors

new JWTDecryptionError()

new JWTDecryptionError(): JWTDecryptionError

Returns

JWTDecryptionError

Overrides

NotAuthorizedError.constructor

Defined in

packages/client/base/dist/index.d.ts:686

Properties

PropertyModifierTypeDescriptionOverridesInherited fromDefined in
codereadonlystring-NotAuthorizedError.code-packages/client/base/dist/index.d.ts:685
details?readonlystring--NotAuthorizedError.detailspackages/client/base/dist/index.d.ts:659
messagepublicstring--NotAuthorizedError.messagenode_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es5.d.ts:1077
namepublicstring--NotAuthorizedError.namenode_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es5.d.ts:1076
stack?publicstring--NotAuthorizedError.stacknode_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es5.d.ts:1078
prepareStackTrace?static(err: Error, stackTraces: CallSite[]) => anyOptional override for formatting stack traces See https://v8.dev/docs/stack-trace-api#customizing-stack-traces-NotAuthorizedError.prepareStackTracenode_modules/.pnpm/@types+node@20.12.7/node_modules/@types/node/globals.d.ts:28
stackTraceLimitstaticnumber--NotAuthorizedError.stackTraceLimitnode_modules/.pnpm/@types+node@20.12.7/node_modules/@types/node/globals.d.ts:30

Methods

captureStackTrace()

static captureStackTrace(targetObject, constructorOpt?): void

Create .stack property on a target object

Parameters

ParameterType
targetObjectobject
constructorOpt?Function

Returns

void

Inherited from

NotAuthorizedError.captureStackTrace

Defined in

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