From 24fa8dad8605b495efc1daa3d7189e2783110a34 Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Fri, 14 Aug 2020 02:25:23 -0400 Subject: add POST_INSTANCES_BAD_CURRENCY --- gnu-taler-error-codes/registry.rec | 5 +++++ 1 file changed, 5 insertions(+) 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 Description: We did failed to retrieve information from our database. HttpStatus: 500 +Value: 2449 +Name: POST_INSTANCES_BAD_CURRENCY +Description: 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. +HttpStatus: 400 + Value: 2450 Name: POST_INSTANCES_ALREADY_EXISTS Description: The merchant backend cannot create an instance under the given identifier as one already exists. Use PATCH to modify the existing entry. -- cgit v1.2.3