aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/py.template
blob: 292678daa5a9bf884221a724715456e43124e4dc (plain) (blame)
1
2
3
4
5
6
7
8
9
  """
     {{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).
  """
  {{Name}} = {{Value}}