| Name | Type | Description | Notes |
|---|---|---|---|
| error_type | str | {"description":"Enum categorizing the nature of the error.","verbs":["GET","PUT","POST"]} | [optional] |
| error_message | str | {"description":"Human-readable description of the reason for the error.","verbs":["GET","PUT","POST"]} | [optional] |
| error_code | int | {"description":"Code describing the nature of the error. Currently unused; prefer `errorType`.","verbs":["GET","PUT","POST"]} | [optional] |
| error_parameters | list[str] | {"description":"List of erroneous parameters found in your input (if applicable).","verbs":["GET","PUT","POST"]} | [optional] |
This repository was archived by the owner on Oct 17, 2023. It is now read-only.