# JsonErrorResponse
## Properties
**status_code** | Option<**i32**> | HTTP status code to allow for error handling. This is for errors encountered while streaming the response. | [optional]
**done** | Option<**bool**> | Whether the model has finished generating audio. | [optional]
**error** | 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)