From 2d2a157ab6e7a8966c641829c22e4789798503dc Mon Sep 17 00:00:00 2001 From: owenpearson Date: Mon, 12 Aug 2024 18:00:53 +0100 Subject: [PATCH] add error codes for apns location token errors --- protocol/errors.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protocol/errors.json b/protocol/errors.json index 1b2bb03..7360f67 100644 --- a/protocol/errors.json +++ b/protocol/errors.json @@ -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",