We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5af41 commit c26dcb1Copy full SHA for c26dcb1
1 file changed
source/gameanalytics/GAHTTPApi.h
@@ -20,6 +20,9 @@ namespace gameanalytics
20
{
21
enum EGAHTTPApiResponse
22
23
+ // sdk is misconfigured
24
+ SdkError = -1,
25
+
26
// client
27
NoResponse = 0,
28
BadResponse = 1,
0 commit comments