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