summaryrefslogtreecommitdiff
path: root/src/include/taler_error_codes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_error_codes.h')
-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 3833e7a4e..ac7f92888 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1736,6 +1736,12 @@ enum TALER_ErrorCode
TALER_EC_BANK_SOFT_EXCEPTION = 5400,
/**
+ * The request UID for a request to transfer funds has already been
+ * used, but with different details for the transfer.
+ */
+ TALER_EC_BANK_TRANSFER_REQUEST_UID_REUSED = 5500,
+
+ /**
* The sync service failed to access its database. This response is
* provided with HTTP status code MHD_HTTP_INTERNAL_SERVER_ERROR.
*/