aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-16 15:49:50 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-16 15:49:50 +0200
commit2438485bc6aad8f2d9409918cb748bdd977bcc68 (patch)
treeba037e76f83aded818f1a86f718fb3b990fd06b3 /gnu-taler-error-codes/registry.rec
parentb12bfea23b96dba628e3c392a06243134092f722 (diff)
downloadgana-2438485bc6aad8f2d9409918cb748bdd977bcc68.tar.gz
gana-2438485bc6aad8f2d9409918cb748bdd977bcc68.zip
add another EC
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index f5db884..61c084f 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1106,10 +1106,15 @@ HttpStatus: 403
1106 1106
1107# 2550-2599: transfer operations 1107# 2550-2599: transfer operations
1108 1108
1109Value: 2550
1110Name: MERCHANT_PRIVATE_POST_TRANSFERS_EXCHANGE_UNKNOWN
1111Description: The exchange says it does not know this transfer.
1112HttpStatus: 502
1113
1109Value: 2551 1114Value: 2551
1110Name: MERCHANT_PRIVATE_POST_TRANSFERS_REQUEST_ERROR 1115Name: MERCHANT_PRIVATE_POST_TRANSFERS_REQUEST_ERROR
1111Description: We internally failed to execute the /track/transfer request. 1116Description: We internally failed to execute the /track/transfer request.
1112HttpStatus: 500 1117HttpStatus: 502
1113 1118
1114Value: 2552 1119Value: 2552
1115Name: MERCHANT_PRIVATE_POST_TRANSFERS_CONFLICTING_TRANSFERS 1120Name: MERCHANT_PRIVATE_POST_TRANSFERS_CONFLICTING_TRANSFERS