aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-07 17:56:34 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-07 17:56:34 +0100
commit8d8b322c614c362ef49611bc3302f9cbfbcc0949 (patch)
tree2395cb3108991ec2aac33b22a374390212aa2492 /gnu-taler-error-codes/registry.rec
parent93033ce6dc25c37187f5791d0a738594a355e214 (diff)
downloadgana-8d8b322c614c362ef49611bc3302f9cbfbcc0949.tar.gz
gana-8d8b322c614c362ef49611bc3302f9cbfbcc0949.zip
do not distinguish by op
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec24
1 files changed, 6 insertions, 18 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 849e13c..5008819 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -232,6 +232,12 @@ Name: EXCHANGE_GENERIC_KEYS_MISSING
232Description: The exchange failed to perform the operation as it could not find the private keys. This is a problem with the exchange setup, not with the client's request. 232Description: The exchange failed to perform the operation as it could not find the private keys. This is a problem with the exchange setup, not with the client's request.
233HttpStatus: 500 233HttpStatus: 500
234 234
235Value: 1008
236Name: EXCHANGE_GENERIC_DENOMIATION_VALIDITY_IN_FUTURE
237Description: Validity period of the denomination lies in the future.
238HttpStatus: 412
239
240
235 241
236 242
237Value: 1100 243Value: 1100
@@ -299,11 +305,6 @@ Name: EXCHANGE_WITHDRAW_HISTORY_ERROR_INSUFFICIENT_FUNDS
299Description: When computing the reserve history, we ended up with a negative overall balance, which should be impossible. 305Description: When computing the reserve history, we ended up with a negative overall balance, which should be impossible.
300HttpStatus: 500 306HttpStatus: 500
301 307
302Value: 1156
303Name: EXCHANGE_WITHDRAW_VALIDITY_IN_FUTURE
304Description: Validity period of the coin to be withdrawn is in the future.
305HttpStatus: 412
306
307Value: 1157 308Value: 1157
308Name: EXCHANGE_WITHDRAW_VALIDITY_IN_PAST 309Name: EXCHANGE_WITHDRAW_VALIDITY_IN_PAST
309Description: Withdraw period of the coin to be withdrawn is in the past. 310Description: Withdraw period of the coin to be withdrawn is in the past.
@@ -349,11 +350,6 @@ Name: EXCHANGE_DEPOSIT_INVALID_WIRE_FORMAT_CONTRACT_HASH_CONFLICT
349Description: The hash of the given wire address does not match the wire hash specified in the proposal data. 350Description: The hash of the given wire address does not match the wire hash specified in the proposal data.
350HttpStatus: 400 351HttpStatus: 400
351 352
352Value: 1219
353Name: EXCHANGE_DEPOSIT_DENOMINATION_VALIDITY_IN_FUTURE
354Description: Validity period of the denomination key is in the future.
355HttpStatus: 412
356
357Value: 1220 353Value: 1220
358Name: EXCHANGE_GENERIC_DEPOSIT_DENOMINATION_EXPIRED 354Name: EXCHANGE_GENERIC_DEPOSIT_DENOMINATION_EXPIRED
359Description: Denomination key of the coin is past the deposit deadline. 355Description: Denomination key of the coin is past the deposit deadline.
@@ -404,10 +400,6 @@ Name: EXCHANGE_MELT_INVALID_SIGNATURE_BY_EXCHANGE
404Description: The signature returned by the exchange in a melt request was malformed. Error created client-side. 400Description: The signature returned by the exchange in a melt request was malformed. Error created client-side.
405HttpStatus: 0 401HttpStatus: 0
406 402
407Value: 1350
408Name: EXCHANGE_REFRESHES_REVEAL_RECOUP_DENOMINATION_VALIDITY_IN_FUTURE
409Description: Validity period of the denomination key is in the future.
410HttpStatus: 412
411 403
412Value: 1351 404Value: 1351
413Name: EXCHANGE_REFRESHES_RECOUP_DENOMINATION_EXPIRED 405Name: EXCHANGE_REFRESHES_RECOUP_DENOMINATION_EXPIRED
@@ -575,10 +567,6 @@ Name: EXCHANGE_RECOUP_COIN_BALANCE_NEGATIVE
575Description: The coin's remaining balance is zero. The request is denied. 567Description: The coin's remaining balance is zero. The request is denied.
576HttpStatus: 500 568HttpStatus: 500
577 569
578Value: 1555
579Name: EXCHANGE_RECOUP_DENOMINATION_VALIDITY_IN_FUTURE
580Description: Validity period of the denomination key is in the future.
581HttpStatus: 412
582 570
583Value: 1600 571Value: 1600
584Name: EXCHANGE_KEYS_TIMETRAVEL_FORBIDDEN 572Name: EXCHANGE_KEYS_TIMETRAVEL_FORBIDDEN