From 5bea253bc104d9de901278f0dabe5df09a48369b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 7 Nov 2020 23:27:50 +0100 Subject: introduce generic codes for common exchange failures --- gnu-taler-error-codes/registry.rec | 5 +++++ 1 file changed, 5 insertions(+) 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 Description: The exchange failed to respond to the merchant on time. HttpStatus: 504 +Value: 2012 +Name: MERCHANT_GENERIC_EXCHANGE_CONNECT_FAILURE +Description: The merchant failed to talk to the exchange. +HttpStatus: 500 + # 2100-2499: public API -- cgit v1.2.3