Skip to main content

AuthorizationError

Defined in: src/errors.ts:84

Extends

  • Error

Implements

Constructors

Constructor

new AuthorizationError(message, original): AuthorizationError;

Defined in: src/errors.ts:89

Parameters

message

string

original

Error

Returns

AuthorizationError

Overrides

Error.constructor

Properties

code

code: ErrorCode = ErrorCode.AuthorizationError;

Defined in: src/errors.ts:85

Implementation of

CodedError.code


original

original: Error;

Defined in: src/errors.ts:87

Implementation of

CodedError.original