Class: CortexNotFoundError
Extends
Constructors
new CortexNotFoundError()
Parameters
| Parameter | Type |
|---|---|
message | string |
details? | unknown |
Returns
Overrides
Defined in
4Players/cortex-typescript-sdk/src/errors.ts:36
Properties
| Property | Modifier | Type | Inherited from | Defined in |
|---|---|---|---|---|
details? | readonly | unknown | CortexError.details | 4Players/cortex-typescript-sdk/src/errors.ts:11 |
statusCode? | readonly | number | CortexError.statusCode | 4Players/cortex-typescript-sdk/src/errors.ts:10 |
Methods
captureStackTrace()?
Parameters
| Parameter | Type |
|---|---|
targetObject | object |
constructorOpt? | Function |
Returns
void
Inherited from
Defined in
4Players/cortex-typescript-sdk/src/errors.ts:4