summaryrefslogtreecommitdiff
path: root/src/include/taler_error_codes.h
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-14 18:44:38 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-14 18:44:44 +0200
commit274ec6191f1fe763645dc74cb0c449ce3cc396bc (patch)
tree7435e73a0b32852f5829c97b63713807b3be80fc /src/include/taler_error_codes.h
parentd7e7cf517a253aa22351fc62cf7e4cd7da5f50dc (diff)
downloadexchange-274ec6191f1fe763645dc74cb0c449ce3cc396bc.tar.gz
exchange-274ec6191f1fe763645dc74cb0c449ce3cc396bc.tar.bz2
exchange-274ec6191f1fe763645dc74cb0c449ce3cc396bc.zip
error code for merchant's /refund
Diffstat (limited to 'src/include/taler_error_codes.h')
-rw-r--r--src/include/taler_error_codes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index a1356102d..86d7f89a7 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1299,6 +1299,11 @@ enum TALER_ErrorCode
*/
TALER_EC_REFUND_INCONSISTENT_AMOUNT = 2602,
+ /**
+ * The hashed contract term doesn't have any refund associated yet.
+ */
+ TALER_EC_REFUND_H_CONTRACT_TERMS_UNKNOWN = 2603,
+
/* ********** /test API error codes ************* */
/**