aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-04 14:41:59 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-04 14:41:59 +0200
commitd4234f340c6e7261de36ab5fad3d53597ea8ecd0 (patch)
tree943f5cee018beb182dea07abf473d62f02bc3c38
parentc331750026515fdbff468f8fc2c5c562d61f9af6 (diff)
downloadgana-d4234f340c6e7261de36ab5fad3d53597ea8ecd0.tar.gz
gana-d4234f340c6e7261de36ab5fad3d53597ea8ecd0.zip
-new ECs
-rw-r--r--gnu-taler-error-codes/registry.rec15
1 files changed, 11 insertions, 4 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 88314b2..7b304c2 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -355,6 +355,17 @@ Name: EXCHANGE_GENERIC_PURSE_EXPIRED
355Description: The purse has expired. 355Description: The purse has expired.
356HttpStatus: 410 356HttpStatus: 410
357 357
358Value: 1027
359Name: EXCHANGE_GENERIC_RESERVE_UNKNOWN
360Description: The exchange has no information about the "reserve_pub" that was given.
361HttpStatus: 404
362
363Value: 1028
364Name: EXCHANGE_GENERIC_KYC_REQUIRED
365Description: The exchange is not allowed to proceed with the operation until the client has satisfied a KYC check.
366HttpStatus: 451
367
368
358 369
359Value: 1100 370Value: 1100
360Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND 371Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND
@@ -396,10 +407,6 @@ Name: EXCHANGE_WITHDRAW_INSUFFICIENT_FUNDS
396Description: 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. 407Description: 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.
397HttpStatus: 409 408HttpStatus: 409
398 409
399Value: 1151
400Name: EXCHANGE_WITHDRAW_RESERVE_UNKNOWN
401Description: The exchange has no information about the "reserve_pub" that was given.
402HttpStatus: 404
403 410
404Value: 1152 411Value: 1152
405Name: EXCHANGE_WITHDRAW_AMOUNT_FEE_OVERFLOW 412Name: EXCHANGE_WITHDRAW_AMOUNT_FEE_OVERFLOW