# Cyclos411Api.NestedError

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**inputError** | [**InputError**](InputError.md) | The nested error when &#x60;InputError&#x60; | [optional] 
**forbiddenError** | [**ForbiddenError**](ForbiddenError.md) | The nested error when &#x60;ForbiddenError&#x60; | [optional] 
**unauthorizedError** | [**UnauthorizedError**](UnauthorizedError.md) | The nested error when &#x60;UnauthorizedError&#x60; | [optional] 
**notFoundError** | [**NotFoundError**](NotFoundError.md) | The nested error when &#x60;NotFoundError&#x60; | [optional] 
**conflictError** | [**ConflictError**](ConflictError.md) | The nested error when &#x60;ConflictError&#x60; | [optional] 
**error** | [**Error**](Error.md) | The nested error when &#x60;Error&#x60; | [optional] 
**property** | **String** | The property name that generated the error | [optional] 
**index** | **Number** | If the property is indexed, contains the index with error             | [optional] 


