Skip to main content
Version: v1

IAuthorizationError Interface

Signature

export interface IAuthorizationError extends IDriverErrorBase

Extends: IDriverErrorBase

Properties

PropertyModifiersTypeDescription
claimsoptionalstring
errorTypeDriverErrorType.authorizationError
tenantIdoptionalstring

Property Details

claims

Signature

readonly claims?: string;

Type: string

errorType

Signature

readonly errorType: DriverErrorType.authorizationError;

Type: DriverErrorType.authorizationError

tenantId

Signature

readonly tenantId?: string;

Type: string