# FeesEstimateError
## Properties
**r#type** | **String** | An error type, identifying either the receiver or the sender as the originator of the error. |
**code** | **String** | An error code that identifies the type of error that occurred. |
**message** | **String** | A message that describes the error condition. |
**detail** | [**Vec<serde_json::Value>**](serde_json::Value.md) | Additional information that can help the caller understand or fix the issue. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)