Difference between revisions of "GetRetCodeDesc()"
From Rackspace Email & Apps API
(New page: This function accepts as a parameter an error code number generated by one of the API functions. It returns a string description with the meaning of the error code. ===Parameters=== One...) |
(No difference)
|
Latest revision as of 15:55, 25 August 2008
This function accepts as a parameter an error code number generated by one of the API functions. It returns a string description with the meaning of the error code.
Parameters
One integer input, one string output:
"RetCode" (integer of the return code),
"Result" (the string with the description of the meaning of the return code)
Consult the Result Code Table for a list of result codes and their meaning. Which is ironic in the case of this function!