From 8440de13339a3b38d9efa18b69df409e45cde625 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 12 Nov 2017 15:46:52 +0100 Subject: work on #5077: reserve_pub vs. wtid issue, add reject functionality to wire plugin API (with stub implementations for now) --- src/include/taler_error_codes.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include/taler_error_codes.h') diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index 65831f4a..931b5ee1 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 ************* */ -- cgit v1.2.3