Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.12 KB

File metadata and controls

13 lines (9 loc) · 1.12 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> [default to null]
PathRelated string JSONPath referring to a field containing an error, which is referenced by `path` [optional] [default to null]
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 problem with the contents of the field [optional] [default to null]

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