arlas-wui-toolkit / Exports / AuthorisationError

Class: AuthorisationError

Hierarchy

AuthorisationError

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new AuthorisationError(status)

Parameters

Name Type
status number

Overrides

ArlasError.constructor

Defined in

projects/arlas-toolkit/src/lib/tools/errors/authorisation-error.ts:24

Properties

actionMessage

actionMessage: string

Inherited from

ArlasError.actionMessage

Defined in

projects/arlas-toolkit/src/lib/tools/errors/error.ts:33


actionSeeker$

actionSeeker$: Observable<any>

Inherited from

ArlasError.actionSeeker$

Defined in

projects/arlas-toolkit/src/lib/tools/errors/error.ts:26


actionSeekerSource

Protected actionSeekerSource: Subject<any>

Inherited from

ArlasError.actionSeekerSource

Defined in

projects/arlas-toolkit/src/lib/tools/errors/error.ts:25


actionType

actionType: ActionType

Inherited from

ArlasError.actionType

Defined in

projects/arlas-toolkit/src/lib/tools/errors/error.ts:34


message

message: string

Inherited from

ArlasError.message

Defined in

projects/arlas-toolkit/src/lib/tools/errors/error.ts:30


showAction

showAction: boolean

Inherited from

ArlasError.showAction

Defined in

projects/arlas-toolkit/src/lib/tools/errors/error.ts:32


status

Protected status: number

Inherited from

ArlasError.status

Defined in

projects/arlas-toolkit/src/lib/tools/errors/error.ts:28


title

title: string

Inherited from

ArlasError.title

Defined in

projects/arlas-toolkit/src/lib/tools/errors/error.ts:29

Methods

executeAction

executeAction(): void

Returns

void

Overrides

ArlasError.executeAction

Defined in

projects/arlas-toolkit/src/lib/tools/errors/authorisation-error.ts:43