Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
message | Nullable[str] | :heavy_check_mark: | Error message returned to the client | Timed out waiting for the provider |
previous_errors | List[components.GenerationContentErrorAttempt] | :heavy_check_mark: | Every upstream attempt that failed before the returned error, in attempt order | |
provider_name | Nullable[str] | :heavy_check_mark: | Provider whose error was returned to the client, when known | Vertex |
raw | Nullable[str] | :heavy_check_mark: | Raw error body behind the returned error, when stored | {“error”:{“code”:504,“message”:“Deadline exceeded”}} |
status | Nullable[int] | :heavy_check_mark: | HTTP status returned to the client | 504 |