Skip to content
This repository was archived by the owner on Oct 4, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 771 Bytes

File metadata and controls

14 lines (9 loc) · 771 Bytes

ErrorModelErrors

Properties

Name Type Description Notes
location str Where the error occured, e.g. 'body.items[3].tags' or 'path.thing-id' [optional]
message str Error message text [optional]
value bool, date, datetime, dict, float, int, list, str, none_type The value at the given location [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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