GetRetCodeDesc()

From Rackspace Email & Apps API
Revision as of 16:55, 25 August 2008 by APIAdmin (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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!