You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2025. It is now read-only.
Some methods specify known errors which can be thrown. All the known errors are enumerated in the `models/errors/errors.ts` module. The known errors for a method are documented under the *Errors* tables in SDK docs. For example, the `limit` method may throw the following errors:
|`requestId`|*string*|:heavy_check_mark:| A unique id for this request. Please always provide this to support. | req_123 |
16
27
|`detail`|*string*|:heavy_check_mark:| A human-readable explanation specific to this occurrence of the problem. | Property foo is required but is missing. |
17
28
|`instance`|*string*|:heavy_minus_sign:| A URI reference that identifies the specific occurrence of the problem. |https://example.com/error-log/abc123|
18
29
|`status`|*number*|:heavy_check_mark:| HTTP status code | 404 |
|`requestId`|*string*|:heavy_check_mark:| A unique id for this request. Please always provide this to support. | req_123 |
16
21
|`detail`|*string*|:heavy_check_mark:| A human-readable explanation specific to this occurrence of the problem. | Property foo is required but is missing. |
17
22
|`instance`|*string*|:heavy_minus_sign:| A URI reference that identifies the specific occurrence of the problem. |https://example.com/error-log/abc123|
18
23
|`status`|*number*|:heavy_check_mark:| HTTP status code | 404 |
0 commit comments