# BatchRequestOutputError
## Properties
**code** | Option<**String**> | A machine-readable error code. Possible values: - `batch_expired`: The request could not be executed before the completion window ended. - `batch_cancelled`: The batch was cancelled before this request executed. - `request_timeout`: The underlying call to the model timed out. | [optional]
**message** | Option<**String**> | A human-readable error message. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)