arlas-wui-toolkit / Exports / DashboardError

Class: DashboardError

Hierarchy

DashboardError

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new DashboardError(status, hubUrl)

Parameters

Name Type
status number
hubUrl string

Overrides

ArlasError.constructor

Defined in

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

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/dashboard-error.ts:50