docusign-soap-sdk icon indicating copy to clipboard operation
docusign-soap-sdk copied to clipboard

We should have custom error pages with an optional detail to get the exception

Open mikebz opened this issue 13 years ago • 4 comments

Our error pages should be inline with the best practices. The sample error page should send people to the forum to get help and maybe have a section one can expand to see the error message.

mikebz avatar Mar 29 '11 16:03 mikebz

This would be easy enough to implement with the toggle function.

jferraioli avatar Apr 01 '11 02:04 jferraioli

Good idea, I'll add this to the PHP Sample soon. The more debug info the better!

nicholasareed avatar Jul 08 '11 00:07 nicholasareed

I found a spot where the exception could be prevented through prior validation (no document was provided when sending). Are you looking to rely on such an error page/exception handler or would it be good to show a validation error page instead of an API exception?

ds-jk avatar Aug 11 '11 17:08 ds-jk

I believe we are going to continue to show the API exception, but also provide more information on the error page. It should include the SOAP Request, Response, and highlight the error message.

nicholasareed avatar Aug 16 '11 22:08 nicholasareed