From fc2af75be42c19dec99066c4e47e59d10a72cdc1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 7 Nov 2020 18:00:17 +0100 Subject: do not distinguish by op --- gnu-taler-error-codes/registry.rec | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) (limited to 'gnu-taler-error-codes') diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 895446f..97e133a 100644 --- 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. -- cgit v1.2.3