Last active
October 28, 2024 18:55
-
-
Save Mygod/96ce45ded3c6f684092ed67f9c15bdb6 to your computer and use it in GitHub Desktop.
Firebase Cloud Messaging (FCM) Close err:x lookup table from gps apk 24.42.33
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
1: "ERR_NET_DOWN", | |
3: "ERR_UNKNOWN_HOST", | |
4: "ERR_AUTH", | |
6: "ERR_HEARTBEAT_ACK_TIMEOUT", | |
10: "ERR_UNKNOWN", | |
11: "ERR_DISABLED", | |
14: "ERR_PROTOCOL", | |
15: "ERR_SERVICE_END", | |
16: "ERR_IO_CONNECTING", | |
17: "ERR_MANUAL", | |
18: "ERR_REMOTE_CLOSE", | |
19: "ERR_IO_RST", | |
20: "ERR_IO_FIN", | |
21: "ERR_IO_WRITE", | |
22: "ERR_UNREACHABLE_HOST", | |
23: "ERR_UNREACHABLE_PORT", | |
24: "ERR_CONNECTION_TIMEOUT", | |
25: "ERR_CONNECTION_REFUSED_REMOTELY", | |
26: "ERR_SSL_EXCEPTION", | |
27: "ERR_CLOSE_BY_NEW_CONNECTION", | |
28: "ERR_IO_RST_HB", | |
29: "ERR_MCS_RECONNECT_REQUEST", | |
30: "ERR_CLOSE_BY_USER_UNLOCKED", | |
31: "ERR_MISSING_CHECKIN_CREDENTIALS", | |
32: "ERR_SERVER_NOT_AUTHORIZED", | |
33: "ERR_SERVER_NOT_ALLOWED", | |
34: "ERR_SERVER_INTERNAL_ERROR" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment