| Name | Type | Description | Notes |
|---|---|---|---|
| message | str | High level error message. | [optional] |
| target | str | The source of the error. For example it would be "documents" or "document id" in case of invalid document. | [optional] |
| inner_error | InnerError | [optional] | |
| code | DetailedErrorCode | [optional] | |
| details | dict(str, str) | Additional supportive details regarding the error and/or expected policies. | [optional] |