Error Code | Error string | Description |
200 |
Success |
Success |
401 |
Unauthorized |
API key is invalid. Try to change Browser Key with a Server Key and vice versa in Pushwoosh Android app configuration |
InvalidRegistration |
InvalidRegistration |
The token is invalid or doesn't exist |
NotRegistered |
NotRegistered |
The device token has expired, or the application was unregistered from notifications |
MessageTooBig |
MessageTooBig |
Message payload exceeds the 4096 bytes GCM limit |
MismatchSenderId |
MismatchSenderId |
1) The Google Project number in your app isn't the one in Google Console; 2) The API key in your Control Panel isn't the same as you got in Google Console; 3) The API key doesn't work properly. Try to change Browser Key with a Server Key and vice versa in Pushwoosh Android app configuration. |
MissingRegistration |
MissingRegistration |
The request doesn't contain a correct device token |
InvalidDataKey |
InvalidDataKey |
The payload contains an invalid key that is used internally by FCM and cannot be used |
InvalidTtl |
InvalidTtl |
The value must be an integer between 0 and 2419200, which represents a duration in seconds // perhaps indicate invalid device, but not 100% |
InvalidParameters |
InvalidParameters |
FCM request contains invalid parameters |
InternalServerError |
InternalServerError |
FCM encountered an error while trying to process a request' |
InvalidPackageName |
InvalidPackageName |
A message was addressed to a registration ID whose package name did not match the value passed in the request |
Unauthorized |
Unauthorized |
API key is invalid. Try to change Browser Key with a Server Key and vice versa in Pushwoosh Android app configuration // internal |
NoResponse |
NoResponse |
No response // internal |
0 |
NoResponse |
No response // internal |
PW_NO_RESPONSE |
Unknown error |
Unknown error |
PW_UNKNOWN |
Unknown error |
Unknown error |
PW_REQUEST_FAILED |
Request Failed |
Request Failed |
PW_GMC_FAILED |
Google API server 502 |
Google API server response is invalid |
GCM unavailable |
GCM unavailable |
GCM Server was not available |
GCMServerError |
GCM Server Error |
GCM server error has occurred |
PW_FCM_FAILED |
Google API server 502 |
Google API server response is invalid |
FCM unavailable |
FCM unavailable |
FCM Server was not available |
FCMServerError |
FCM Server Error |
FCM server error has occurred |
CONNECTION_DRAINING |
Connection Draining |
The message couldn't be processed because the connection is draining |
DISABLED_FIREBASE_API |
Disabled firebase API |
Firebase Cloud Messaging API has not been used in the project before, or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/fcm.googleapis.com/overview, then retry. |
For more information, please refer to the following Documentation: https://firebase.google.com/docs/reference/fcm/rest/v1/ErrorCode
Comments
0 comments
Please sign in to leave a comment.