summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2011-06-09 21:10:39 +0200
committerPeter Bex <peter@more-magic.net>2011-06-09 21:10:39 +0200
commit4a838909e1c014b2d0cf0064f784b5c51d5f70da (patch)
tree5514a84920f6f376740ec68e699fc76da870f488
parent28ae902648a806cbb1f861fd79e1c2d55eb39597 (diff)
downloadsmsmatrix-4a838909e1c014b2d0cf0064f784b5c51d5f70da.tar.gz
Add cynical note that the error messages list isn't complete
-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")