SlowDownError
This error is raised when the user tries to access a resource that does not exist or is invalid.
Constructor
Signature
def SlowDownError(
message: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The error message describing the reason for the slowdown error. |
Signature
def SlowDownError(
message: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The detailed error message explaining why the resource access failed or why the request was throttled |