aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-07 18:00:17 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-07 18:00:17 +0100
commitfc2af75be42c19dec99066c4e47e59d10a72cdc1 (patch)
treebf0e63a20ef615471f0fe5d5808ff2f50977c37b /gnu-taler-error-codes
parent722580ec986e2aee2fc42569ab191f607d40ee91 (diff)
downloadgana-fc2af75be42c19dec99066c4e47e59d10a72cdc1.tar.gz
gana-fc2af75be42c19dec99066c4e47e59d10a72cdc1.zip
do not distinguish by op
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec21
1 files changed, 6 insertions, 15 deletions
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
237Description: Validity period of the denomination lies in the future. 237Description: Validity period of the denomination lies in the future.
238HttpStatus: 412 238HttpStatus: 412
239 239
240Value: 1009
241Name: EXCHANGE_GENERIC_DENOMINATION_EXPIRED
242Description: Denomination key of the coin is past its expiration time for the requested operation.
243HttpStatus: 410
244
245
240 246
241 247
242 248
@@ -350,11 +356,6 @@ Name: EXCHANGE_DEPOSIT_INVALID_WIRE_FORMAT_CONTRACT_HASH_CONFLICT
350Description: The hash of the given wire address does not match the wire hash specified in the proposal data. 356Description: The hash of the given wire address does not match the wire hash specified in the proposal data.
351HttpStatus: 400 357HttpStatus: 400
352 358
353Value: 1220
354Name: EXCHANGE_GENERIC_DEPOSIT_DENOMINATION_EXPIRED
355Description: Denomination key of the coin is past the deposit deadline.
356HttpStatus: 410
357
358Value: 1221 359Value: 1221
359Name: EXCHANGE_DEPOSIT_INVALID_SIGNATURE_BY_EXCHANGE 360Name: EXCHANGE_DEPOSIT_INVALID_SIGNATURE_BY_EXCHANGE
360Description: The signature provided by the exchange is not valid. Error created client-side. 361Description: 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
401HttpStatus: 0 402HttpStatus: 0
402 403
403 404
404Value: 1351
405Name: EXCHANGE_REFRESHES_RECOUP_DENOMINATION_EXPIRED
406Description: Denomination key of the coin is past the deposit deadline.
407HttpStatus: 410
408
409Value: 1352
410Name: EXCHANGE_REFRESHES_REVEAL_ZOMBIE_DENOMINATION_EXPIRED
411Description: Denomination key of the coin is past the deposit deadline.
412HttpStatus: 410
413
414Value: 1353 405Value: 1353
415Name: EXCHANGE_REFRESHES_REVEAL_COMMITMENT_VIOLATION 406Name: EXCHANGE_REFRESHES_REVEAL_COMMITMENT_VIOLATION
416Description: The provided transfer keys do not match up with the original commitment. Information about the original commitment is included in the response. 407Description: The provided transfer keys do not match up with the original commitment. Information about the original commitment is included in the response.