aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-07 23:27:50 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-07 23:27:50 +0100
commit5bea253bc104d9de901278f0dabe5df09a48369b (patch)
treeaa491187483bf5ffef56283fb766d8a86683342d /gnu-taler-error-codes/registry.rec
parentf86f2662149bc40a20b72e359385d3f1a91b4105 (diff)
downloadgana-5bea253bc104d9de901278f0dabe5df09a48369b.tar.gz
gana-5bea253bc104d9de901278f0dabe5df09a48369b.zip
introduce generic codes for common exchange failures
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 542d4b0..fd0fb7f 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -640,6 +640,11 @@ Name: MERCHANT_GENERIC_EXCHANGE_TIMEOUT
640Description: The exchange failed to respond to the merchant on time. 640Description: The exchange failed to respond to the merchant on time.
641HttpStatus: 504 641HttpStatus: 504
642 642
643Value: 2012
644Name: MERCHANT_GENERIC_EXCHANGE_CONNECT_FAILURE
645Description: The merchant failed to talk to the exchange.
646HttpStatus: 500
647
643 648
644 649
645# 2100-2499: public API 650# 2100-2499: public API