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
Defined in
projects/arlas-toolkit/src/lib/tools/errors/backend-error.ts:27
Properties
actionMessage
• actionMessage: string
Inherited from
Defined in
projects/arlas-toolkit/src/lib/tools/errors/error.ts:33
actionSeeker$
• actionSeeker$: Observable
<any
>
Inherited from
Defined in
projects/arlas-toolkit/src/lib/tools/errors/error.ts:26
actionSeekerSource
• Protected
actionSeekerSource: Subject
<any
>
Inherited from
Defined in
projects/arlas-toolkit/src/lib/tools/errors/error.ts:25
actionType
• actionType: ActionType
Inherited from
Defined in
projects/arlas-toolkit/src/lib/tools/errors/error.ts:34
message
• message: string
Inherited from
Defined in
projects/arlas-toolkit/src/lib/tools/errors/error.ts:30
showAction
• showAction: boolean
Inherited from
Defined in
projects/arlas-toolkit/src/lib/tools/errors/error.ts:32
status
• Protected
status: number
Inherited from
Defined in
projects/arlas-toolkit/src/lib/tools/errors/error.ts:28
title
• title: string
Inherited from
Defined in
projects/arlas-toolkit/src/lib/tools/errors/error.ts:29
Methods
executeAction
▸ executeAction(): void
Returns
void
Overrides
Defined in
projects/arlas-toolkit/src/lib/tools/errors/backend-error.ts:53