diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-03-05 21:31:04 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-03-05 21:31:04 +0100 |
commit | 80b3182db5a5b13a765b2ab8846cb1d0f3281990 (patch) | |
tree | 41b2fe58b9b7ae408b081809c935d49859a89063 /gnu-taler-error-codes/registry.rec | |
parent | 618fe72608aa79afca29421b5b8abb24196f8932 (diff) | |
parent | 7e88ff128eb71fd85419855eb1a91c9c94eaf022 (diff) |
Merge branch 'master' of git+ssh://git.gnunet.org/gana
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 841b4ca..e38942a 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1109,6 +1109,16 @@ 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 + +Value: 2602 +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 |