# KvStoreBatchResponseErrors
## Properties
**key** | Option<**String**> | The key that the error corresponds to. This field will be empty if the object or one of its fields was not parseable. |
**index** | Option<**i32**> | The line number of the batch request body on which the error occurred (starting from 0 for the first line). |
**code** | Option<**String**> | The HTTP response code for the item, or a 400 if the item's operation was not completed. |
**reason** | Option<**String**> | A descriptor of this particular item's error. |
[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)