Skip to main content
Version: 16.9.0

GW2RetStatusErrorMsg

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.


#include "glasswall.core2.api.h"

const char* GW2RetStatusErrorMsg(GW2_RetStatus retStatus);

Returns

Returns the error message associated with a given GW2_ReturnStatus.