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
Example: If We pass string in an input field, which requires integer it should return error saying that types are incompatible. In this case it returns enum REQUIRED which is wrong.
Enum Errs only has: REQUIRED, VALUE_IN_ARRAY_REQUIRED
suggested enum name: INCOMPATIBLE_TYPE
The text was updated successfully, but these errors were encountered:
Example: If We pass string in an input field, which requires integer it should return error saying that types are incompatible. In this case it returns enum REQUIRED which is wrong.
Enum Errs only has: REQUIRED, VALUE_IN_ARRAY_REQUIRED
suggested enum name: INCOMPATIBLE_TYPE
The text was updated successfully, but these errors were encountered: