View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007797 | Taler | libeufin-sandbox | public | 2023-04-10 14:24 | 2023-04-13 21:30 |
Reporter | MS | Assigned To | MS | ||
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Target Version | 0.9.3 | ||||
Summary | 0007797: Integration API has the wrong error format. | ||||
Description | Error handling happens, but responds with the wrong format. Starting with the Integration API part, and Ideally ending with all LibEuFin, the following format should be used: this format: https://docs.taler.net/core/api-common.html#tsref-type-ErrorDetail The original bug report follows: > $ curl " > https://bank.demo.taler.net/demobanks/default/integration-api/withdrawal-operation/b1155bcf-4550-497f-be0e-ff6948b03194" > -d '{"reserve_pub":"123123"}' > { > "error" : { > "type" : "sandbox-error", > "description" : "Selecting a different reserve from the one already > selected" > } > } > > The response doesn't contain error code, it follows another format. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2023-04-10 14:24 | MS | New Issue | |
2023-04-13 20:26 | Florian Dold | Category | sandbox => libeufin sandbox |
2023-04-13 20:38 | Florian Dold | Category | libeufin sandbox => libeufin-sandbox |
2023-04-13 20:50 | Florian Dold | Project | libeufin => Taler |
2023-04-13 21:30 | Florian Dold | Priority | normal => high |
2023-04-13 21:30 | Florian Dold | Target Version | => 0.9.3 |
2023-04-13 21:30 | Florian Dold | Assigned To | => MS |
2023-04-13 21:30 | Florian Dold | Status | new => assigned |