Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 554 Bytes

ValidationError.md

File metadata and controls

11 lines (8 loc) · 554 Bytes

# ValidationError

Properties

Name Type Description Notes
loc string[]
msg string The message accompanying the validation error item.
type string The type of error, often "type_error" or "value_error", but sometimes with more context like as "value_error.number.not_ge"

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