prawn 0.0.3

Rust Client for the Tidal API providing comprehensive API coverag, and easy OAuth management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ErrorObject

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | Option<**String**> | application-specific error code | [optional]
**detail** | Option<**String**> | human-readable explanation specific to this occurrence of the problem | [optional]
**id** | Option<**String**> | unique identifier for this particular occurrence of the problem | [optional]
**source** | Option<[**models::ErrorObjectSource**]Error_Object_Source.md> |  | [optional]
**status** | Option<**String**> | HTTP status code applicable to this problem | [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)