gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit 8d8b322c614c362ef49611bc3302f9cbfbcc0949
parent 93033ce6dc25c37187f5791d0a738594a355e214
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  7 Nov 2020 17:56:34 +0100

do not distinguish by op

Diffstat:
Mgnu-taler-error-codes/registry.rec | 24++++++------------------
1 file changed, 6 insertions(+), 18 deletions(-)

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -232,6 +232,12 @@ Name: EXCHANGE_GENERIC_KEYS_MISSING Description: 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. HttpStatus: 500 +Value: 1008 +Name: EXCHANGE_GENERIC_DENOMIATION_VALIDITY_IN_FUTURE +Description: Validity period of the denomination lies in the future. +HttpStatus: 412 + + Value: 1100 @@ -299,11 +305,6 @@ Name: EXCHANGE_WITHDRAW_HISTORY_ERROR_INSUFFICIENT_FUNDS Description: When computing the reserve history, we ended up with a negative overall balance, which should be impossible. HttpStatus: 500 -Value: 1156 -Name: EXCHANGE_WITHDRAW_VALIDITY_IN_FUTURE -Description: Validity period of the coin to be withdrawn is in the future. -HttpStatus: 412 - Value: 1157 Name: EXCHANGE_WITHDRAW_VALIDITY_IN_PAST Description: 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 Description: The hash of the given wire address does not match the wire hash specified in the proposal data. HttpStatus: 400 -Value: 1219 -Name: EXCHANGE_DEPOSIT_DENOMINATION_VALIDITY_IN_FUTURE -Description: Validity period of the denomination key is in the future. -HttpStatus: 412 - Value: 1220 Name: EXCHANGE_GENERIC_DEPOSIT_DENOMINATION_EXPIRED Description: Denomination key of the coin is past the deposit deadline. @@ -404,10 +400,6 @@ Name: EXCHANGE_MELT_INVALID_SIGNATURE_BY_EXCHANGE Description: The signature returned by the exchange in a melt request was malformed. Error created client-side. HttpStatus: 0 -Value: 1350 -Name: EXCHANGE_REFRESHES_REVEAL_RECOUP_DENOMINATION_VALIDITY_IN_FUTURE -Description: Validity period of the denomination key is in the future. -HttpStatus: 412 Value: 1351 Name: EXCHANGE_REFRESHES_RECOUP_DENOMINATION_EXPIRED @@ -575,10 +567,6 @@ Name: EXCHANGE_RECOUP_COIN_BALANCE_NEGATIVE Description: The coin's remaining balance is zero. The request is denied. HttpStatus: 500 -Value: 1555 -Name: EXCHANGE_RECOUP_DENOMINATION_VALIDITY_IN_FUTURE -Description: Validity period of the denomination key is in the future. -HttpStatus: 412 Value: 1600 Name: EXCHANGE_KEYS_TIMETRAVEL_FORBIDDEN