gana

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

commit fc2af75be42c19dec99066c4e47e59d10a72cdc1
parent 722580ec986e2aee2fc42569ab191f607d40ee91
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  7 Nov 2020 18:00:17 +0100

do not distinguish by op

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

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -237,6 +237,12 @@ Name: EXCHANGE_GENERIC_DENOMINATION_VALIDITY_IN_FUTURE Description: Validity period of the denomination lies in the future. HttpStatus: 412 +Value: 1009 +Name: EXCHANGE_GENERIC_DENOMINATION_EXPIRED +Description: Denomination key of the coin is past its expiration time for the requested operation. +HttpStatus: 410 + + @@ -350,11 +356,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: 1220 -Name: EXCHANGE_GENERIC_DEPOSIT_DENOMINATION_EXPIRED -Description: Denomination key of the coin is past the deposit deadline. -HttpStatus: 410 - Value: 1221 Name: EXCHANGE_DEPOSIT_INVALID_SIGNATURE_BY_EXCHANGE Description: The signature provided by the exchange is not valid. Error created client-side. @@ -401,16 +402,6 @@ Description: The signature returned by the exchange in a melt request was malfor HttpStatus: 0 -Value: 1351 -Name: EXCHANGE_REFRESHES_RECOUP_DENOMINATION_EXPIRED -Description: Denomination key of the coin is past the deposit deadline. -HttpStatus: 410 - -Value: 1352 -Name: EXCHANGE_REFRESHES_REVEAL_ZOMBIE_DENOMINATION_EXPIRED -Description: Denomination key of the coin is past the deposit deadline. -HttpStatus: 410 - Value: 1353 Name: EXCHANGE_REFRESHES_REVEAL_COMMITMENT_VIOLATION Description: The provided transfer keys do not match up with the original commitment. Information about the original commitment is included in the response.