commit 24fa8dad8605b495efc1daa3d7189e2783110a34 parent f45d064d7986be3cac550761fa95fb3fdd89dab1 Author: Jonathan Buchanan <jonathan.russ.buchanan@gmail.com> Date: Fri, 14 Aug 2020 02:25:23 -0400 add POST_INSTANCES_BAD_CURRENCY Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git 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.