aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-20 15:17:31 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-20 15:17:31 +0530
commit3cbc84f78200fb86ee3aabffec10a51b1a7c11b3 (patch)
treed2597b79f0f88ca5b2219a4587171b4e7f879e7b /gnu-taler-error-codes
parent44b5c2851e2325a751e31d062bb56df2830ba7bd (diff)
downloadgana-3cbc84f78200fb86ee3aabffec10a51b1a7c11b3.tar.gz
gana-3cbc84f78200fb86ee3aabffec10a51b1a7c11b3.zip
adjust TypeScript code generation
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/ts.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/ts.template b/gnu-taler-error-codes/ts.template
index 366aafb..9baf397 100644
--- a/gnu-taler-error-codes/ts.template
+++ b/gnu-taler-error-codes/ts.template
@@ -5,4 +5,4 @@
5 * Returned with an HTTP status code of #MHD_HTTP_{{HttpStatus_Identifier}} ({{HttpStatus_Value}}). 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). 6 * (A value of 0 indicates that the error is generated client-side).
7 */ 7 */
8 TALER_EC_{{Name}} = {{Value}}, 8 {{Name}} = {{Value}},