From 4a838909e1c014b2d0cf0064f784b5c51d5f70da Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Thu, 9 Jun 2011 21:10:39 +0200 Subject: Add cynical note that the error messages list isn't complete --- smsmatrix.scm | 3 +++ 1 file changed, 3 insertions(+) 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") -- cgit v1.2.3