# Clash.ResourceError

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The Error Code | 
**title** | **String** | A short title for the Error | [optional] 
**detail** | **String** | A more detailed, human readable description of the error. The assumption being that this message will not be localized and therefore EN-US. UI consumers can use the error.type value to provide a localized version of this error for presentation | [optional] 
**errors** | [**[ValidationError]**](ValidationError.md) | A set of specific validation errors that need to be fixed | [optional] 


