aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-10-07 09:44:44 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2022-10-07 09:45:02 +0200
commitd26d890fd6c3844283d05f16ab68aee437605b0d (patch)
treec0effe66825bff22fc0eecd5690f2c4c6923622a /gnu-taler-error-codes/registry.rec
parent58a94dc411d8ec0f23c5364c37719e90bb9ad8a9 (diff)
downloadgana-d26d890fd6c3844283d05f16ab68aee437605b0d.tar.gz
gana-d26d890fd6c3844283d05f16ab68aee437605b0d.zip
added EXCHANGE_DEPOSITS_POLICY_NOT_ACCEPTED
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index b469b87..f5ffa9c 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -423,6 +423,11 @@ Name: EXCHANGE_DEPOSITS_GET_MERCHANT_SIGNATURE_INVALID
423Description: The signature of the merchant is invalid. 423Description: The signature of the merchant is invalid.
424HttpStatus: 403 424HttpStatus: 403
425 425
426Value: 1107
427Name: EXCHANGE_DEPOSITS_POLICY_NOT_ACCEPTED
428Description: The provided policy data was not accepted
429HttpStatus: 400
430
426Value: 1150 431Value: 1150
427Name: EXCHANGE_WITHDRAW_INSUFFICIENT_FUNDS 432Name: EXCHANGE_WITHDRAW_INSUFFICIENT_FUNDS
428Description: The given reserve does not have sufficient funds to admit the requested withdraw operation at this time. The response includes the current "balance" of the reserve as well as the transaction "history" that lead to this balance. 433Description: The given reserve does not have sufficient funds to admit the requested withdraw operation at this time. The response includes the current "balance" of the reserve as well as the transaction "history" that lead to this balance.