Classes
Class: TentoRateLimitError
Error thrown when rate limit is exceeded (HTTP 429)
Error thrown when rate limit is exceeded (HTTP 429)
Extends
Constructors
Constructor
new TentoRateLimitError(retryAfter?): TentoRateLimitError;
Parameters
| Parameter | Type |
|---|---|
retryAfter? | number |
Returns
TentoRateLimitError
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 |
retryAfter? | readonly | number | - |
stack? | public | string | TentoError.stack |
status | readonly | number | TentoError.status |

