aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/h.template
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-14 00:16:04 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-14 00:16:04 +0200
commite1b5f8e912b3aaca1719c5fd08c2152d9f7d5113 (patch)
treef2fd32f8d33ebbd21107d75547c29946fe21375c /gnu-taler-error-codes/h.template
parentd62efd6aaa7a408e04484f26d97b3b74114cc4b6 (diff)
downloadgana-e1b5f8e912b3aaca1719c5fd08c2152d9f7d5113.tar.gz
gana-e1b5f8e912b3aaca1719c5fd08c2152d9f7d5113.zip
start taler EC registry
Diffstat (limited to 'gnu-taler-error-codes/h.template')
-rw-r--r--gnu-taler-error-codes/h.template8
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/h.template b/gnu-taler-error-codes/h.template
new file mode 100644
index 0000000..30bd44d
--- /dev/null
+++ b/gnu-taler-error-codes/h.template
@@ -0,0 +1,8 @@
1
2
3 /**
4 * {{Description}}.
5 * Returned with an HTTP status code of #MHD_HTTP_{{HttpStatus_Identifier}} ({{HttpStatus_Value}}).
6 * (A value of 0 indicates that the error is generated client-side).
7 */
8 TALER_EC_{{Name}} = {{Value}},