You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The errorMessage field in the _PushStatus class contains a key different from most errors thrown on the server. For these particular cases, the SDKs may decode _PushStatus incorrectly.
🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.
This should follow whatever naming convention is decided in #7444, so we get to some uniformity.
If push errors are currently handled correctly by SDKs and no functionality is impaired, then this is an inconvenience but not a bug, hence classified as feature-related.
New Issue Checklist
Issue Description
The
errorMessage
field in the_PushStatus
class contains a key different from most errors thrown on the server. For these particular cases, the SDKs may decode_PushStatus
incorrectly.Related to #7444
Steps to reproduce
Send a push notification that would produce an error so the
errorMessage
field is populatedActual Outcome
The error message contains the key,
message
when most others would containerror
.Expected Outcome
Error messages sent from the server are uniform always contain the same keys.
Environment
Server
5.2.0
Database
Client
Logs
The text was updated successfully, but these errors were encountered: