aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-03-05 21:31:04 +0100
committerChristian Grothoff <christian@grothoff.org>2021-03-05 21:31:04 +0100
commit80b3182db5a5b13a765b2ab8846cb1d0f3281990 (patch)
tree41b2fe58b9b7ae408b081809c935d49859a89063 /gnu-taler-error-codes
parent618fe72608aa79afca29421b5b8abb24196f8932 (diff)
parent7e88ff128eb71fd85419855eb1a91c9c94eaf022 (diff)
downloadgana-80b3182db5a5b13a765b2ab8846cb1d0f3281990.tar.gz
gana-80b3182db5a5b13a765b2ab8846cb1d0f3281990.zip
Merge branch 'master' of git+ssh://git.gnunet.org/gana
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec10
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
1109Description: The merchant backend cannot create an instance under the given identifier as one already exists. Use PATCH to modify the existing entry. 1109Description: The merchant backend cannot create an instance under the given identifier as one already exists. Use PATCH to modify the existing entry.
1110HttpStatus: 409 1110HttpStatus: 409
1111 1111
1112Value: 2601
1113Name: MERCHANT_PRIVATE_POST_INSTANCES_BAD_AUTH
1114Description: The merchant backend cannot create an instance because the authentication configuration field is malformed.
1115HttpStatus: 400
1116
1117Value: 2602
1118Name: MERCHANT_PRIVATE_POST_INSTANCE_AUTH_BAD_AUTH
1119Description: The merchant backend cannot update an instance's authentication settings because the provided authentication settings are malformed.
1120HttpStatus: 400
1121
1112 1122
1113# 2650-2699: product operations 1123# 2650-2699: product operations
1114 1124