Classes
Class: TentoNetworkError
Error thrown when a network error occurs (timeout, connection refused, etc.)
Error thrown when a network error occurs (timeout, connection refused, etc.)
Extends
Constructors
Constructor
new TentoNetworkError(message): TentoNetworkError;
Parameters
| Parameter | Type |
|---|---|
message | string |
Returns
TentoNetworkError
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 |

