summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-05-09 13:33:26 +0200
committerChristian Grothoff <christian@grothoff.org>2017-05-09 13:33:26 +0200
commite6d09d25681798a01cc6a61877a0ec4a0f2dca63 (patch)
tree546f1c1fc802d06159fbe07095ab27e16298d978 /src/include
parent46c7647b27e4d19d2aa7caaf5b6b5f0f0b8a2826 (diff)
downloadexchange-e6d09d25681798a01cc6a61877a0ec4a0f2dca63.tar.gz
exchange-e6d09d25681798a01cc6a61877a0ec4a0f2dca63.tar.bz2
exchange-e6d09d25681798a01cc6a61877a0ec4a0f2dca63.zip
handle error code returned by TALER_amount_subtract in new error case TALER_EC_PAYBACK_COIN_BALANCE_NEGATIVE
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_error_codes.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 84240c295..bfca715a2 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -896,6 +896,13 @@ enum TALER_ErrorCode
*/
TALER_EC_PAYBACK_BLINDING_FAILED = 1858,
+ /**
+ * The coin's remaining balance is zero. The request is denied.
+ * This response is provided with an HTTP status code of
+ * MHD_HTTP_INTERNAL_SERVER_ERROR
+ */
+ TALER_EC_PAYBACK_COIN_BALANCE_NEGATIVE = 1857,
+
/* *********** Merchant backend error codes ********* */