# ErrorModel


## Fields

| Field                                                                                                               | Type                                                                                                                | Required                                                                                                            | Description                                                                                                         | Example                                                                                                             |
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| `Detail`                                                                                                            | **string*                                                                                                           | :heavy_minus_sign:                                                                                                  | A human-readable explanation specific to this occurrence of the problem.                                            | Property foo is required but is missing.                                                                            |
| `Errors`                                                                                                            | [][components.ErrorDetail](../../models/components/errordetail.md)                                                  | :heavy_minus_sign:                                                                                                  | Optional list of individual error details                                                                           |                                                                                                                     |
| `Instance`                                                                                                          | **string*                                                                                                           | :heavy_minus_sign:                                                                                                  | A URI reference that identifies the specific occurrence of the problem.                                             | https://example.com/error-log/abc123                                                                                |
| `Status`                                                                                                            | **int64*                                                                                                            | :heavy_minus_sign:                                                                                                  | HTTP status code                                                                                                    | 400                                                                                                                 |
| `Title`                                                                                                             | **string*                                                                                                           | :heavy_minus_sign:                                                                                                  | A short, human-readable summary of the problem type. This value should not change between occurrences of the error. | Bad Request                                                                                                         |
| `Type`                                                                                                              | **string*                                                                                                           | :heavy_minus_sign:                                                                                                  | A URI reference to human-readable documentation for the error.                                                      | https://example.com/errors/example                                                                                  |