aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/h.template
blob: 30bd44d39d90c9d5bf7046e935e90d3b34e868f7 (plain) (blame)
1
2
3
4
5
6
7
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}},