Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (7 loc) · 473 Bytes

File metadata and controls

15 lines (7 loc) · 473 Bytes

Error

Error responses are included with 4xx and 5xx HTTP responses from the API service. Either "error" or "errors" will be set.

Properties

Name Type Description Notes
error String A description of the error that caused the request to fail. [optional]
errors List<String> A list of errors that contributed to the request failing. [optional]