Closed eglute closed 3 years ago
Hi @eglute,
That is by the design of this module. We are expecting users to refer to the method docstrings to get the details on the user input. That would give them more details on the expected output and possible exception scenarios.
Thanks
Hello @spakhare it might be by design, but if I am passing 10 inputs, it would be very helpful to know which field failed validation.
Hi @eglute,
I might not be able to make this change immediately but we can look at possibilities in future updates. Thanks for your feedback on this.
Thanks
Thank you @spakhare!
Currently, when creating organization, if one of the inputs is incorrect, the error returned is only
Instead of specifying which of the inputs is invalid. For example,
email_domain
when adding organization should be a list, but if a single email is passed, the message returned doesn't specify which field out of 10 possible was incorrect.