Skip to content

Latest commit

 

History

History
executable file
·
13 lines (9 loc) · 1.07 KB

ErrorField.md

File metadata and controls

executable file
·
13 lines (9 loc) · 1.07 KB

ErrorField

Properties

Name Type Description Notes
path string <ul> <li style='margin-left: 12px;'>JSONPath referring to a field containing an error</li> <strong style='margin-left: 12px;'>OR</strong> <li style='margin-left: 12px;'>JSONPath referring to a field that refers to an object containing an error, with more detail in `pathRelated`</li> </ul>
path_related string JSONPath referring to a field containing an error, which is referenced by `path` [optional]
code string Short identifier for the error, suitable for indicating the specific error within client code
message string Human-readable, English description of the problem with the contents of the field [optional]

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