summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-11-01 12:36:32 +0100
committerChristian Grothoff <christian@grothoff.org>2017-11-01 12:36:32 +0100
commit4f212a11cee1e5a60c663f06616d5a700ae65f44 (patch)
tree98c5ebc5d762c8b8d5fbb311611c77d0d0bcafb7 /src
parent07e115531b7990937c8597cf71a0cf4d5ea3f0e7 (diff)
downloadexchange-4f212a11cee1e5a60c663f06616d5a700ae65f44.tar.gz
exchange-4f212a11cee1e5a60c663f06616d5a700ae65f44.tar.bz2
exchange-4f212a11cee1e5a60c663f06616d5a700ae65f44.zip
add status code
Diffstat (limited to 'src')
-rw-r--r--src/include/taler_error_codes.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index ac185ec0d..a8dea6a37 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1389,6 +1389,12 @@ enum TALER_ErrorCode
TALER_EC_TIP_AUTHORIZE_DB_SOFT_ERROR = 2706,
/**
+ * The reserve that was used to fund the tips was never enabled.
+ * Returned with an HTTP status code of "not found".
+ */
+ TALER_EC_TIP_AUTHORIZE_RESERVE_NOT_ENABLED = 2702,
+
+ /**
* The backend had trouble accessing the database to persist
* information about enabling tips.
* Returned with an HTTP status code of internal error.