Skip to content

Commit

Permalink
add error codes for apns location token errors
Browse files Browse the repository at this point in the history
  • Loading branch information
owenpearson committed Aug 12, 2024
1 parent e0c77a3 commit 2d2a157
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protocol/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
"40170": "error from client token callback",
"40171": "no means provided to renew auth token",
"40172": "operation only permitted with token auth",
"40180": "unable to send location notification; location notifications can only be sent using token authentication",
"40181": "unable to send location notification; no location token for device",

"40300": "forbidden",
"40310": "account does not permit tls connection",
Expand Down

0 comments on commit 2d2a157

Please sign in to comment.