Classes
Class: TentoError
Base error class for all TentoCMS SDK errors
Base error class for all TentoCMS SDK errors
Extends
Error
Extended by
Constructors
Constructor
new TentoError(
message,
code,
status,
details?): TentoError;
Parameters
| Parameter | Type |
|---|---|
message | string |
code | string |
status | number |
details? | Record<string, unknown> |
Returns
TentoError
Overrides
Error.constructor
Properties
| Property | Modifier | Type | Inherited from |
|---|---|---|---|
code | readonly | string | - |
details? | readonly | Record<string, unknown> | - |
message | public | string | Error.message |
name | public | string | Error.name |
stack? | public | string | Error.stack |
status | readonly | number | - |

