Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 962 Bytes

InlineResponse400ValidationErrors.md

File metadata and controls

15 lines (10 loc) · 962 Bytes

InlineResponse400ValidationErrors

A Zod issue. More fields can be present depending on the issue type.

Properties

Name Type Description Notes
code str The ZodIssueCode describing the issue.
message str A message describing the error in a human readable way.
path [str] An array describing the position of the faulty property. The first segment will always be either "body", "pathParameters" or "queryParameters" indicating on which part of your request the error occurred.
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]