aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-12 11:22:11 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-12 11:22:57 +0100
commitb81c1622db81c947b102b1fa2075a949f021ad21 (patch)
tree98cc5e3e5f908c5b0339d97fe25778184b605d28 /gnu-taler-error-codes/registry.rec
parent6b74d0faa173bbb220cdd82dcf3915dadd241e1e (diff)
downloadgana-b81c1622db81c947b102b1fa2075a949f021ad21.tar.gz
gana-b81c1622db81c947b102b1fa2075a949f021ad21.zip
turn size violation into generic EC
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec14
1 files changed, 8 insertions, 6 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index be5c43b..86e4c2e 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -269,7 +269,7 @@ HttpStatus: 500
269 269
270Value: 1012 270Value: 1012
271Name: EXCHANGE_GENERIC_INSUFFICIENT_FUNDS 271Name: EXCHANGE_GENERIC_INSUFFICIENT_FUNDS
272Description: The respective coin did not have sufficient residual value for the operation. The "history" in this response provdes the "residual_value" of the coin, which may be less than its "original_value". 272Description: The respective coin did not have sufficient residual value for the operation. The "history" in this response provides the "residual_value" of the coin, which may be less than its "original_value".
273HttpStatus: 409 273HttpStatus: 409
274 274
275Value: 1013 275Value: 1013
@@ -297,6 +297,13 @@ Name: EXCHANGE_GENERIC_CIPHER_MISMATCH
297Description: The provided arguments for the operation use inconsistent ciphers. 297Description: The provided arguments for the operation use inconsistent ciphers.
298HttpStatus: 400 298HttpStatus: 400
299 299
300Value: 1018
301Name: EXCHANGE_GENERIC_NEW_DENOMS_ARRAY_SIZE_EXCESSIVE
302Description: The number of denominations specified in the request exceeds the limit of the exchange.
303HttpStatus: 400
304
305
306
300Value: 1100 307Value: 1100
301Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND 308Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND
302Description: The exchange did not find information about the specified transaction in the database. 309Description: The exchange did not find information about the specified transaction in the database.
@@ -459,11 +466,6 @@ Name: EXCHANGE_REFRESHES_REVEAL_CNC_TRANSFER_ARRAY_SIZE_INVALID
459Description: The size of the cut-and-choose dimension of the private transfer keys request does not match #TALER_CNC_KAPPA - 1. 466Description: The size of the cut-and-choose dimension of the private transfer keys request does not match #TALER_CNC_KAPPA - 1.
460HttpStatus: 400 467HttpStatus: 400
461 468
462Value: 1357
463Name: EXCHANGE_REFRESHES_REVEAL_NEW_DENOMS_ARRAY_SIZE_EXCESSIVE
464Description: The number of coins to be created in refresh exceeds the limits of the exchange. private transfer keys request does not match #TALER_CNC_KAPPA - 1.
465HttpStatus: 400
466
467Value: 1358 469Value: 1358
468Name: EXCHANGE_REFRESHES_REVEAL_NEW_DENOMS_ARRAY_SIZE_MISMATCH 470Name: EXCHANGE_REFRESHES_REVEAL_NEW_DENOMS_ARRAY_SIZE_MISMATCH
469Description: The number of envelopes given does not match the number of denomination keys given. 471Description: The number of envelopes given does not match the number of denomination keys given.