gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit 096b8690dec1389295221ca748e40400368ff364
parent 1c6e09af45212a70b501e0c539980d2baeb0bcd2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  2 Mar 2026 18:23:14 +0100

new ECs

Diffstat:
Mgnu-taler-error-codes/registry.rec | 16+++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -2077,6 +2077,7 @@ Name: MERCHANT_POST_ORDERS_ID_ABORT_COINS_ARRAY_EMPTY Description: The array of coins cannot be empty. HttpStatus: 400 + Value: 2258 Name: MERCHANT_EXCHANGE_TRANSFERS_AWAITING_KEYS Description: We are waiting for the exchange to provide us with key material before checking the wire transfer. @@ -2087,7 +2088,6 @@ Name: MERCHANT_EXCHANGE_TRANSFERS_AWAITING_LIST Description: We are waiting for the exchange to provide us with the list of aggregated transactions. HttpStatus: 202 - Value: 2260 Name: MERCHANT_EXCHANGE_TRANSFERS_FATAL_NO_EXCHANGE Description: The endpoint indicated in the wire transfer does not belong to a GNU Taler exchange. @@ -2114,6 +2114,20 @@ Description: The response from the exchange was unacceptable and should be revie HttpStatus: 200 +# 2275-2299: post accounts KYCAUTH endpoint + +Value: 2275 +Name: MERCHANT_POST_ACCOUNTS_KYCAUTH_BANK_GATEWAY_UNREACHABLE +Description: The merchant backend failed to reach the banking gateway to shorten the wire transfer subject. This probably means that the banking gateway of the exchange is currently down. Contact the exchange operator or simply retry again later. +HttpStatus: 502 + +Value: 2276 +Name: MERCHANT_POST_ACCOUNTS_EXCHANGE_TOO_OLD +Description: The merchant backend failed to reach the banking gateway to shorten the wire transfer subject. This probably means that the banking gateway of the exchange is currently down. Contact the exchange operator or simply retry again later. +HttpStatus: 502 + + + # 2300-2349: post orders ID claim endpoint