A Zod issue. More fields can be present depending on the issue type.
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] |