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
Is your feature request related to a problem? Please describe
I am trying to distinguish between an inputRule error and a general permission error. At the moment it seems like both aspects are treated the same as there is only one fallbackError.
Describe the solution you'd like
It would be great, if there is a fallbackError and a fallbackValidationError in order to distinguish the cause of the error.
Describe alternatives you've considered
In order to keep the existing API, it may be a good idea to just check whether a function or an object was defined for fallbackError. This way I could do the distinction in that function then 🎉.
The text was updated successfully, but these errors were encountered:
Feature request
Is your feature request related to a problem? Please describe
I am trying to distinguish between an inputRule error and a general permission error. At the moment it seems like both aspects are treated the same as there is only one
fallbackError
.Describe the solution you'd like
It would be great, if there is a
fallbackError
and afallbackValidationError
in order to distinguish the cause of the error.Describe alternatives you've considered
In order to keep the existing API, it may be a good idea to just check whether a function or an object was defined for
fallbackError
. This way I could do the distinction in that function then 🎉.The text was updated successfully, but these errors were encountered: