You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I don't pass the "DEBUG" field or if I put a invalid value, it returns:
Validation error: Invalid literal value, expected "0" at "DEBUG", or Invalid literal value, expected "false" at "DEBUG", or Invalid literal value, expected "1" at "DEBUG", or Invalid literal value, expected "true" at "DEBUG"
I would have seen something that looked like this:
Validation error: Invalid literal value, expected "0", "false" "1" or "true" at "DEBUG"
The text was updated successfully, but these errors were encountered:
Is there a way to make literal z.union responses less redundant ?
For example:
if I don't pass the "DEBUG" field or if I put a invalid value, it returns:
I would have seen something that looked like this:
The text was updated successfully, but these errors were encountered: