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
On the backend we raise CouldNotParseValue exceptions which are caught and re-raised as ParseErrors. Only ParseError messages are returned to the user, but it seems like the CouldNotParseValue messages are useful too, since they give field-specific info.
The text was updated successfully, but these errors were encountered:
On the backend we raise
CouldNotParseValue
exceptions which are caught and re-raised asParseError
s. OnlyParseError
messages are returned to the user, but it seems like theCouldNotParseValue
messages are useful too, since they give field-specific info.The text was updated successfully, but these errors were encountered: