aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec6
1 files changed, 5 insertions, 1 deletions
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
1106 1106
1107# 2550-2599: transfer operations 1107# 2550-2599: transfer operations
1108 1108
1109
1110Value: 2551 1109Value: 2551
1111Name: MERCHANT_PRIVATE_POST_TRANSFERS_REQUEST_ERROR 1110Name: MERCHANT_PRIVATE_POST_TRANSFERS_REQUEST_ERROR
1112Description: We internally failed to execute the /track/transfer request. 1111Description: We internally failed to execute the /track/transfer request.
1113HttpStatus: 500 1112HttpStatus: 500
1114 1113
1114Value: 2552
1115Name: MERCHANT_PRIVATE_POST_TRANSFERS_CONFLICTING_TRANSFERS
1116Description: The amount transferred differs between what was submitted and what the exchange claimed.
1117HttpStatus: 409
1118
1115Value: 2553 1119Value: 2553
1116Name: MERCHANT_PRIVATE_POST_TRANSFERS_CONFLICTING_REPORTS 1120Name: MERCHANT_PRIVATE_POST_TRANSFERS_CONFLICTING_REPORTS
1117Description: The exchange gave conflicting information about a coin which has been wire transferred. 1121Description: The exchange gave conflicting information about a coin which has been wire transferred.