diff options
author | priscilla <priscilla.huang@efrei.net> | 2022-11-22 05:52:46 -0500 |
---|---|---|
committer | priscilla <priscilla.huang@efrei.net> | 2022-11-22 05:52:46 -0500 |
commit | b971fd44ebf51a9c403dbbff144b43e73aa02c6c (patch) | |
tree | c126705ed29b58cbf3f14458376cfdc65fa28819 | |
parent | 76b30880bbcda8cbb042b523e6ff979d14f64a10 (diff) |
add template operation
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 5ae95c7..b0ebb9f 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1763,7 +1763,10 @@ HttpStatus: 200 # 2850-2899: template operations - +Value: 2850 +Name: MERCHANT_PRIVATE_POST_TEMPLATES_CONFLICT_TEMPLATE_EXISTS +Description: The template ID exists. +HttpStatus: 409 # 3000 - 3999: Reserved for auditor |