aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-08-14 02:25:23 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-08-14 02:25:23 -0400
commit24fa8dad8605b495efc1daa3d7189e2783110a34 (patch)
treed92640831e28b1a9437d76874dcee47ead6a166b /gnu-taler-error-codes/registry.rec
parentf45d064d7986be3cac550761fa95fb3fdd89dab1 (diff)
downloadgana-24fa8dad8605b495efc1daa3d7189e2783110a34.tar.gz
gana-24fa8dad8605b495efc1daa3d7189e2783110a34.zip
add POST_INSTANCES_BAD_CURRENCY
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 81a6023..62b36c0 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1267,6 +1267,11 @@ Name: POST_TRANSFERS_DB_LOOKUP_ERROR
1267Description: We did failed to retrieve information from our database. 1267Description: We did failed to retrieve information from our database.
1268HttpStatus: 500 1268HttpStatus: 500
1269 1269
1270Value: 2449
1271Name: POST_INSTANCES_BAD_CURRENCY
1272Description: The merchant backend cannot create an instance with the given default max deposit fee or default max wire fee because the fee currencies are incompatible with the merchant's currency in the config.
1273HttpStatus: 400
1274
1270Value: 2450 1275Value: 2450
1271Name: POST_INSTANCES_ALREADY_EXISTS 1276Name: POST_INSTANCES_ALREADY_EXISTS
1272Description: The merchant backend cannot create an instance under the given identifier as one already exists. Use PATCH to modify the existing entry. 1277Description: The merchant backend cannot create an instance under the given identifier as one already exists. Use PATCH to modify the existing entry.