Subject: | Clarify source of error_message and result_code |
Ivan,
It'd be helpful if you would clarify in the POD where the values for the
error_message() and result_code() methods come from. I discovered that
the value of the result_code() method is actually the response reason
code and that the value of the error_message() method is the response
reason text.
I had to do some digging to figure out that the module wasn't just using
the response code and response reason text as these have similar values
to the response reason code and response reason text fields.
Thanks,
William