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