aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-16 15:12:42 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-16 15:12:42 +0200
commitb12bfea23b96dba628e3c392a06243134092f722 (patch)
tree8b2192088081b4b178483ffad03c0a12b3d16eca /gnu-taler-error-codes
parentc70de07db9e32b5cf419c9c4d245f6f73f03b2d2 (diff)
downloadgana-b12bfea23b96dba628e3c392a06243134092f722.tar.gz
gana-b12bfea23b96dba628e3c392a06243134092f722.zip
add status code
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.