node-gcm
node-gcm copied to clipboard
Parse response errors
https://developer.android.com/google/gcm/http.html#response
results in the response may contain an error. This should be parsed and should be returned as an error for the call (the call fails!), not as data.
This would break the interface and should be made as part of a major version bump.