aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-11-19 16:47:54 +0000
committerRob Austein <sra@hactrn.net>2007-11-19 16:47:54 +0000
commit5313b1beb56100b6fdcd1117f3918c5f94739e5c (patch)
treeb189636b4f1843e6d96134a546f68725232a6453
parent348cb682eed9e815172c0783b6db3b8c9acae48a (diff)
Error processing
svn path=/scripts/README; revision=1328
-rw-r--r--scripts/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/README b/scripts/README
index afe637dd..f1fa21c6 100644
--- a/scripts/README
+++ b/scripts/README
@@ -173,6 +173,11 @@ Current TO DO list:
- Subsetting (req_* attributes in up-down protocol)
+- Error handling: make sure that exceptions map correctly to up-down
+ error codes, flesh out left-right error codes. Note that the same
+ exception may produce different error codes depending on which
+ up-down PDU we're processing (sigh).
+
- Haven't done anything about db.commit() and db.rollback() yet, for
that matter haven't yet whacked MySQL to enable those features.