summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--smsmatrix.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/smsmatrix.scm b/smsmatrix.scm
index d7ed7c9..b0a3cce 100644
--- a/smsmatrix.scm
+++ b/smsmatrix.scm
@@ -40,6 +40,9 @@
;; All values from 0 - 399 (inclusive) mean success, other values mean failure.
;; Yes, this means this list is incomplete. Let's just hope they're not going
;; to return any other status codes.
+;; Of course they do! I've at least seen code 620 "ERROR DATABASE SENTMESSAGES"
+;; which is returned when you put in an invalid message ID. It's not documented
+;; so we're not including it here since this could mean it's subject to change
(define http-overloaded-error-codes
`((404 . "Account or user does not exist")
(500 . "Error")