fastly-api 13.1.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# KvStoreBatchResponseErrors

## Properties

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