-
-
Notifications
You must be signed in to change notification settings - Fork 323
Closed
Labels
Description
Hi,
I'd like to know if, for methods, there's a way to return errors ourselves (for instance, if some specific request content/value isn't valid) instead of just filling the response value (that's fine when everything's as expected)
It's OK for me if I have to write the full response JSON myself, I guess, but my feeling is that we're possibly a bit too limited right now as to what we can access from the method callbacks, unless I missed something.
Thank you!