bondora 0.2.5

Bondora API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# ApiError

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | **i32** | Code of the error. For machine reading. | [default to null]
**message** | **String** | The error message for human reading. | [default to null]
**details** | **String** | Error details, if any.   For example the non valid Field's name or the Id of the failed object. | [optional] [default to null]

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