From b12bfea23b96dba628e3c392a06243134092f722 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 16 Jun 2021 15:12:42 +0200 Subject: add status code --- gnu-taler-error-codes/registry.rec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gnu-taler-error-codes/registry.rec') diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 2d6ee24..f5db884 100644 --- 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. -- cgit v1.2.3