Get error description from remoteAdministrationCall
Idea Logged
Hello again Fishies,
Another simple thing that somehow has me stumped...when processing a webservice call & forcing an ERROR statusCode, what's the call to get the error description?
I know the code is obtained from getErrorCode(), what I want is the bit you see in the Tomcat output (the bit in bold below)
WebserviceException caught: 38(PASSWORD_REQUIREMENTS_NOT_MET)
Hi Lex,
You might want to try getReason(), getErrorReason() or getReasonCode() to see if they work, but I can't find specific mention to them in our documentation.
Let me know how that goes.
Kind regards,
Chris
Hi Lex,
You might want to try getReason(), getErrorReason() or getReasonCode() to see if they work, but I can't find specific mention to them in our documentation.
Let me know how that goes.
Kind regards,
Chris
Replies have been locked on this page!