GW2RetStatusErrorMsg
The GW2RetStatusErrorMsg function returns a string describing the error or status message associated with a status returned by other API functions.
- C++
- C#
- Java
Synopsis
The GW2RetStatusErrorMsg function returns a pointer to a constant string of the error message associated with the given GW2_RetStatus passed in retStatus.
#include "glasswall.core2.api.h"
const char* GW2RetStatusErrorMsg(GW2_RetStatus retStatus);
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.