diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-06-23 19:51:10 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-06-23 19:51:10 +0200 |
commit | c30ed45ad3473a0fc690f6906f35019e38da15c1 (patch) | |
tree | 9293bb5f19dca2f6e6b7a9b33ab8d8ec57d51e21 /gnu-taler-error-codes | |
parent | 417435b17b92fa7f58c5bae1d92388633b16881c (diff) |
fix status codes
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 007a453..30f6670 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -885,7 +885,7 @@ HttpStatus: 202 Value: 2110 Name: PAY_COIN_SIGNATURE_INVALID Description: The signature over the contract of one of the coins was invalid. -HttpStatus: 400 +HttpStatus: 403 Value: 2111 Name: PAY_EXCHANGE_TIMEOUT @@ -950,7 +950,7 @@ HttpStatus: 500 Value: 2125 Name: PAY_WIRE_FEE_CURRENCY_MISMATCH Description: We got different currencies for the wire fee and the maximum wire fee. -HttpStatus: 500 +HttpStatus: 412 Value: 2126 Name: PAY_EXCHANGE_REPLY_MALFORMED |