Classes
Class: TentoNotFoundError
Error thrown when a resource is not found (HTTP 404)
Error thrown when a resource is not found (HTTP 404)
Extends
Constructors
Constructor
new TentoNotFoundError(resource, identifier): TentoNotFoundError;
Parameters
| Parameter | Type |
|---|---|
resource | string |
identifier | string |
Returns
TentoNotFoundError
Overrides
Properties
| Property | Modifier | Type | Inherited from |
|---|---|---|---|
code | readonly | string | TentoError.code |
details? | readonly | Record<string, unknown> | TentoError.details |
message | public | string | TentoError.message |
name | public | string | TentoError.name |
stack? | public | string | TentoError.stack |
status | readonly | number | TentoError.status |

