aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-19 21:25:50 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-19 21:25:50 +0100
commitfc7a860e2e3f8ae1d73c1c5d9c91964ac8c8a3ec (patch)
tree03fc3262eddfc1f64f3fd31165a18894d73858d3 /gnu-taler-error-codes/registry.rec
parentbb814747c82941a3cea6ec2d4c6961902995df17 (diff)
downloadgana-fc7a860e2e3f8ae1d73c1c5d9c91964ac8c8a3ec.tar.gz
gana-fc7a860e2e3f8ae1d73c1c5d9c91964ac8c8a3ec.zip
introduce EC for invalid wire deadline (#7157)
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 618fe41..ea66ccf 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -403,6 +403,11 @@ Name: EXCHANGE_DEPOSIT_REFUND_DEADLINE_AFTER_WIRE_DEADLINE
403Description: The stated refund deadline is after the wire deadline. 403Description: The stated refund deadline is after the wire deadline.
404HttpStatus: 400 404HttpStatus: 400
405 405
406Value: 1209
407Name: EXCHANGE_DEPOSIT_DEADLINE_IS_NEVER
408Description: The stated wire deadline is "never", which makes no sense.
409HttpStatus: 400
410
406Value: 1210 411Value: 1210
407Name: EXCHANGE_DEPOSIT_INVALID_WIRE_FORMAT_JSON 412Name: EXCHANGE_DEPOSIT_INVALID_WIRE_FORMAT_JSON
408Description: The exchange failed to canonicalize and hash the given wire format. For example, the merchant failed to provide the "salt" or a valid payto:// URI in the wire details. Note that while the exchange will do some basic sanity checking on the wire details, it cannot warrant that the banking system will ultimately be able to route to the specified address, even if this check passed. 413Description: The exchange failed to canonicalize and hash the given wire format. For example, the merchant failed to provide the "salt" or a valid payto:// URI in the wire details. Note that while the exchange will do some basic sanity checking on the wire details, it cannot warrant that the banking system will ultimately be able to route to the specified address, even if this check passed.