The GW2RetStatusErrorMsg function returns a string describing the error or status message associated with a status returned by other API functions.
Synopsis
The GW2RetStatusErrorMsg function returns a pointer to a constant string of the error message associated with the given GW2_RetStatus passed in retStatus.
public string RetStatusErrorMsg(int status)
Returns
Returns the error message associated with a given GW2_ReturnStatus.
Synopsis
The RetStatusErrorMsg function returns the error message associated with a given GW2_ReturnStatus passed in status.
public string RetStatusErrorMsg(int status)
Returns
Returns the error message associated with a given GW2_ReturnStatus.
Synopsis
This function returns the description of the given Glasswall status passed in status.
public String GW2RetStatusErrorMsg(int status) throws GlasswallException
Returns
String containing the description of the given status.
Not Available
Not Available