Name | Type | Description | Notes |
---|---|---|---|
Code | string | The ZodIssueCode describing the issue. | |
Message | string | A message describing the error in a human readable way. | |
Path | List<string> | 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. |