summaryrefslogtreecommitdiff
path: root/src/include/taler_error_codes.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-11-12 15:46:52 +0100
committerChristian Grothoff <christian@grothoff.org>2017-11-12 15:46:52 +0100
commit8440de13339a3b38d9efa18b69df409e45cde625 (patch)
treecd4c63c5d8c58eb9ac2dac93f057d8cb31f5ffca /src/include/taler_error_codes.h
parentf299130c50ca79efbfc8daf7f73aaba7ffb3a258 (diff)
downloadexchange-8440de13339a3b38d9efa18b69df409e45cde625.tar.gz
exchange-8440de13339a3b38d9efa18b69df409e45cde625.tar.bz2
exchange-8440de13339a3b38d9efa18b69df409e45cde625.zip
work on #5077: reserve_pub vs. wtid issue, add reject functionality to wire plugin API (with stub implementations for now)
Diffstat (limited to 'src/include/taler_error_codes.h')
-rw-r--r--src/include/taler_error_codes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 65831f4a0..931b5ee1b 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -63,6 +63,10 @@ enum TALER_ErrorCode
*/
TALER_EC_INTERNAL_INVARIANT_FAILURE = 5,
+ /**
+ * Operation timed out.
+ */
+ TALER_EC_TIMEOUT = 6,
/* ********** generic error codes ************* */