aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/kt.template
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-06-12 09:47:48 +0200
committerChristian Grothoff <christian@grothoff.org>2020-06-12 09:47:48 +0200
commit96c6015bc7119bc7533be9fe7031bfe4dceaaf78 (patch)
tree4226cee8b95304a06fd3196f443e25d697253084 /gnu-taler-error-codes/kt.template
parent83ff95fcfc049e86f0090623298cc26772715cf4 (diff)
parent726a1ff5748a7debf284377b39ce3de2f72b7f4f (diff)
downloadgana-96c6015bc7119bc7533be9fe7031bfe4dceaaf78.tar.gz
gana-96c6015bc7119bc7533be9fe7031bfe4dceaaf78.zip
Merge branch 'master' of git+ssh://git.gnunet.org/gana
Diffstat (limited to 'gnu-taler-error-codes/kt.template')
-rw-r--r--gnu-taler-error-codes/kt.template8
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/kt.template b/gnu-taler-error-codes/kt.template
new file mode 100644
index 0000000..9934b7e
--- /dev/null
+++ b/gnu-taler-error-codes/kt.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}}),