gana

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

commit b12bfea23b96dba628e3c392a06243134092f722
parent c70de07db9e32b5cf419c9c4d245f6f73f03b2d2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 16 Jun 2021 15:12:42 +0200

add status code

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

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1106,12 +1106,16 @@ HttpStatus: 403 # 2550-2599: transfer operations - Value: 2551 Name: MERCHANT_PRIVATE_POST_TRANSFERS_REQUEST_ERROR Description: We internally failed to execute the /track/transfer request. HttpStatus: 500 +Value: 2552 +Name: MERCHANT_PRIVATE_POST_TRANSFERS_CONFLICTING_TRANSFERS +Description: The amount transferred differs between what was submitted and what the exchange claimed. +HttpStatus: 409 + Value: 2553 Name: MERCHANT_PRIVATE_POST_TRANSFERS_CONFLICTING_REPORTS Description: The exchange gave conflicting information about a coin which has been wire transferred.