Skip to content

Commit c26dcb1

Browse files
committed
add enum for sdk error
1 parent bf5af41 commit c26dcb1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

source/gameanalytics/GAHTTPApi.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ namespace gameanalytics
2020
{
2121
enum EGAHTTPApiResponse
2222
{
23+
// sdk is misconfigured
24+
SdkError = -1,
25+
2326
// client
2427
NoResponse = 0,
2528
BadResponse = 1,

0 commit comments

Comments
 (0)