aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu-taler-error-codes/c.template2
-rw-r--r--gnu-taler-error-codes/registry.rec4
2 files changed, 3 insertions, 3 deletions
diff --git a/gnu-taler-error-codes/c.template b/gnu-taler-error-codes/c.template
index a32b3e6..84d681a 100644
--- a/gnu-taler-error-codes/c.template
+++ b/gnu-taler-error-codes/c.template
@@ -1,6 +1,6 @@
1 1
2 { 2 {
3 .ec = TALER_EC_{{Name}}, 3 .ec = TALER_EC_{{Name}},
4 .hint = "{{Description}}", 4 .hint = gettext_noop ("{{Description}}"),
5 .http_code = MHD_HTTP_{{HttpStatus_Identifier}} 5 .http_code = MHD_HTTP_{{HttpStatus_Identifier}}
6 }, 6 },
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index f341319..9186bb8 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1725,12 +1725,12 @@ HttpStatus: 0
1725 1725
1726Value: 8411 1726Value: 8411
1727Name: ANASTASIS_REDUCER_BACKUP_PROVIDER_FAILED 1727Name: ANASTASIS_REDUCER_BACKUP_PROVIDER_FAILED
1728Description: A backup provider reported a fatal failure. 1728Description: Anastasis provider reported a fatal failure.
1729HttpStatus: 0 1729HttpStatus: 0
1730 1730
1731Value: 8412 1731Value: 8412
1732Name: ANASTASIS_REDUCER_PROVIDER_CONFIG_FAILED 1732Name: ANASTASIS_REDUCER_PROVIDER_CONFIG_FAILED
1733Description: A backup provider failed to respond to the configuration request. 1733Description: Anastasis provider failed to respond to the configuration request.
1734HttpStatus: 0 1734HttpStatus: 0
1735 1735
1736Value: 8413 1736Value: 8413