summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-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 ************* */
/**