aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/c.template
blob: a32b3e678a1bf1537e786fb0ac857c9c1df3c6d0 (plain) (blame)
1
2
3
4
5
6
  {
    .ec = TALER_EC_{{Name}},
    .hint = "{{Description}}",
    .http_code = MHD_HTTP_{{HttpStatus_Identifier}}
  },