diff options
author | Florian Dold <florian@dold.me> | 2021-03-01 17:57:00 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-03-01 17:57:00 +0100 |
commit | 208ac6ce1783891e28116ce42036ffa185e77794 (patch) | |
tree | 22660ec236697efb7503796d40011f446a90208e | |
parent | 4c5ae13bf6c7e3cb070e9d56065cfdfc053f0b3a (diff) |
error codes
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 5ebca96..c800f02 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1104,6 +1104,15 @@ Name: MERCHANT_PRIVATE_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. HttpStatus: 409 +Value: 2601 +Name: MERCHANT_PRIVATE_POST_INSTANCES_BAD_AUTH +Description: The merchant backend cannot create an instance because the authentication configuration field is malformed. +HttpStatus: 400 + +Name: MERCHANT_PRIVATE_POST_INSTANCE_AUTH_BAD_AUTH +Description: The merchant backend cannot update an instance's authentication settings because the provided authentication settings are malformed. +HttpStatus: 400 + # 2650-2699: product operations |