fastly-api 14.1.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_type** | Option<**String**> | A URI reference that identifies the problem type. | 
**title** | Option<**String**> | A short, human-readable summary of the problem type. | 
**detail** | Option<**String**> | A human-readable explanation specific to this occurrence of the problem. | 
**errors** | Option<[**Vec&lt;crate::models::ErrorResponseErrors&gt;**]ErrorResponseErrors.md> |  | 

[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)