Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 683 Bytes

File metadata and controls

12 lines (8 loc) · 683 Bytes

ModelError

Properties

Name Type Description Notes
Code string Short identifier for the error, suitable for indicating the specific error within client code [default to null]
Message string Human-readable, English description of the error [optional] [default to null]
Fields []ErrorField List of the specific fields, and the errors found with their contents [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]