Module: Push0r::GcmErrorCodes

Defined in:
lib/push0r/GCM/GcmService.rb

Overview

A module that contains constants for Google Cloud Messaging error codes

Constant Summary collapse

UNKNOWN_ERROR =
1
INVALID_REGISTRATION =
2
UNAVAILABLE =
3
NOT_REGISTERED =
4
MISMATCH_SENDER_ID =
5
MISSING_REGISTRATION =
6
MESSAGE_TOO_BIG =
7
INVALID_DATA_KEY =
8
INVALID_TTL =
9
INVALID_PACKAGE_NAME =
10
CONNECTION_ERROR =
11
UNABLE_TO_PARSE_JSON =
400
NOT_AUTHENTICATED =
401
INTERNAL_ERROR =
500