arlas-wui-toolkit / Exports / BackendError

Class: BackendError

Hierarchy

BackendError

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new BackendError(status, message, hubUrl, service?)

Parameters

Name Type
status number
message string
hubUrl string
service? string

Overrides

ArlasError.constructor

Defined in

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

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/backend-error.ts:52