From e1b5f8e912b3aaca1719c5fd08c2152d9f7d5113 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 14 May 2020 00:16:04 +0200 Subject: start taler EC registry --- gnu-taler-error-codes/h.template | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gnu-taler-error-codes/h.template (limited to 'gnu-taler-error-codes/h.template') 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 @@ + + + /** + * {{Description}}. + * Returned with an HTTP status code of #MHD_HTTP_{{HttpStatus_Identifier}} ({{HttpStatus_Value}}). + * (A value of 0 indicates that the error is generated client-side). + */ + TALER_EC_{{Name}} = {{Value}}, -- cgit v1.2.3