(61d00a474) v0.9.7.1
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
namespace GameAnalyticsSDK.Net.Http
|
||||
{
|
||||
internal enum EGAHTTPApiResponse
|
||||
{
|
||||
// client
|
||||
NoResponse,
|
||||
BadResponse,
|
||||
RequestTimeout, // 408
|
||||
JsonEncodeFailed,
|
||||
JsonDecodeFailed,
|
||||
// server
|
||||
InternalServerError,
|
||||
BadRequest, // 400
|
||||
Unauthorized, // 401
|
||||
UnknownResponseCode,
|
||||
Ok
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user