enbbox 1.0.1

Notification infrastructure API — open-source alternative to Novu/Courier
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ErrorDetail

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**detail** | Option<[**models::DetailValue**]DetailValue.md> | Detail: a string for simple errors, or an array of `{loc, msg, type}` for validation errors. | [optional]
**instance** | Option<**String**> | A unique URI identifying this specific occurrence (e.g. trace ID), useful for support. | [optional]
**title** | **String** | A short, human-readable summary of the error type. | 
**r#type** | **String** | A URI identifier for the error type, linking to documentation. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)