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
This validation checks if the method's signature is compatible with provided parameters. However, there is no easy way to interfere in this validation, e.g. to provide own error messages, etc.
Would be very nice to have a way to specify some custom parameters' validation callable/class/etc when annotating a method with @method decorator.
The text was updated successfully, but these errors were encountered:
Currently, the parameters' validation is bound to
in dispatcher.py
This validation checks if the method's signature is compatible with provided parameters. However, there is no easy way to interfere in this validation, e.g. to provide own error messages, etc.
Would be very nice to have a way to specify some custom parameters' validation callable/class/etc when annotating a method with @method decorator.
The text was updated successfully, but these errors were encountered: