Classes
Class: TentoAuthenticationError
Error thrown when authentication fails (HTTP 401)
Usually indicates an invalid or missing API key
Error thrown when authentication fails (HTTP 401) Usually indicates an invalid or missing API key
Extends
Constructors
Constructor
new TentoAuthenticationError(message?): TentoAuthenticationError;
Parameters
| Parameter | Type | Default value |
|---|---|---|
message | string | 'Invalid or missing API key' |
Returns
TentoAuthenticationError
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 |

