# Error

## Properties

| Name             | Type                       | Description      | Notes                        |
| ---------------- | -------------------------- | ---------------- | ---------------------------- |
| **errorCode**    | **String**                 | Error code       | [optional] [default to null] |
| **errorMessage** | **String**                 | Error message    | [optional] [default to null] |
| **message**      | **String**                 | Verbose message  | [optional] [default to null] |
| **name**         | **String**                 | Error name       | [optional] [default to null] |
| **debugId**      | **String**                 | Debug identifier | [optional] [default to null] |
| **details**      | [**List**](ErrorDetail.md) | Error details    | [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)
