View Issue Details

IDProjectCategoryView StatusLast Update
0007797Talerlibeufin-bankpublic2023-11-29 01:30
ReporterMS Assigned ToAntoine A  
PriorityhighSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version0.9.3Fixed in Version0.9.3 
Summary0007797: Integration API has the wrong error format.
DescriptionError 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.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

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
2023-07-24 10:54 MS Target Version 0.9.3 => 0.9.4
2023-09-03 18:11 Christian Grothoff Assigned To MS => Antoine A
2023-09-23 15:26 Christian Grothoff Category libeufin-sandbox => libeufin-bank
2023-11-09 05:16 Antoine A Status assigned => resolved
2023-11-09 05:16 Antoine A Resolution open => fixed
2023-11-29 01:28 Christian Grothoff Target Version 0.9.4 => 0.9.3
2023-11-29 01:29 Christian Grothoff Fixed in Version => 0.9.3
2023-11-29 01:30 Christian Grothoff Status resolved => closed