outscale_api 1.14.0

Outscale API SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Errors

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | Option<**String**> | The code of the error (for example, `4078`). You can search for this returned code in the [errors page]api-errors.html to find more details about the error. | [optional]
**details** | Option<**String**> | A description providing more details about the error. | [optional]
**_type** | Option<**String**> | The type of the error (for example, `InvalidParameterValue`). | [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)