aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/py.template
diff options
context:
space:
mode:
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