openai-client-base 0.8.1

Auto-generated Rust client for the OpenAI API
1
2
3
4
5
6
7
8
9
10
11
12
# BatchRequestOutputError

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)