aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/py.template
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-28 23:13:03 +0100
committerChristian Grothoff <christian@grothoff.org>2020-10-28 23:13:03 +0100
commit068cfc6a252f44799a7e9bd7914e90f72ad60091 (patch)
treecbcd5fb3dd87dd7239048b6da41428da34208080 /gnu-taler-error-codes/py.template
parent32acd55e3d886322dab80bfbed4e73f590013472 (diff)
downloadgana-068cfc6a252f44799a7e9bd7914e90f72ad60091.tar.gz
gana-068cfc6a252f44799a7e9bd7914e90f72ad60091.zip
add logic to generate python enumeration file
Diffstat (limited to 'gnu-taler-error-codes/py.template')
-rw-r--r--gnu-taler-error-codes/py.template9
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/py.template b/gnu-taler-error-codes/py.template
new file mode 100644
index 0000000..292678d
--- /dev/null
+++ b/gnu-taler-error-codes/py.template
@@ -0,0 +1,9 @@
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 {{Name}} = {{Value}}
9