cartesia 0.0.1

A Rust library for the Cartesia API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# JsonErrorResponse

## Properties

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