GW2RetStatusErrorMsg
GW2RetStatusErrorMsg फ़ंक्शन अन्य API फ़ंक्शनों द्वारा लौटाई गई किसी status से संबंधित त्रुटि या status संदेश का वर्णन करने वाली एक string लौटाता है।
- C++
- C#
- Java
सारांश
GW2RetStatusErrorMsg फ़ंक्शन retStatus में पास किए गए दिए गए GW2_RetStatus से संबंधित त्रुटि संदेश की एक constant string के लिए pointer लौटाता है।
#include "glasswall.core2.api.h"
const char* GW2RetStatusErrorMsg(GW2_RetStatus retStatus);
रिटर्न
दिए गए GW2_ReturnStatus से संबंधित त्रुटि संदेश लौटाता है।
सारांश
RetStatusErrorMsg फ़ंक्शन status में पास किए गए दिए गए GW2_ReturnStatus से संबंधित त्रुटि संदेश लौटाता है।
public string RetStatusErrorMsg(int status)
रिटर्न
दिए गए GW2_ReturnStatus से संबंधित त्रुटि संदेश लौटाता है।
सारांश
यह फ़ंक्शन status में पास किए गए दिए गए Glasswall status का विवरण लौटाता है
public String GW2RetStatusErrorMsg(int status) throws GlasswallException
रिटर्न
दिए गए status का विवरण शामिल करने वाली String।