GetRetCodeDesc()
From Rackspace Email & Apps API
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!