We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5286a commit 4e23c46Copy full SHA for 4e23c46
1 file changed
source/gameanalytics/GAHTTPApi.h
@@ -32,8 +32,9 @@ namespace gameanalytics
32
BadRequest = 6, // 400
33
Unauthorized = 7, // 401
34
UnknownResponseCode = 8,
35
- Ok = 9,
+ Ok = 9, // 200
36
Created = 10,
37
+ NoContent = 11, // 204
38
InternalError
39
};
40
0 commit comments