View Issue Details

IDProjectCategoryView StatusLast Update
0007729Talerlibeufin-bank-ui (SPA)public2023-09-23 15:09
ReporterFlorian Dold Assigned Tosebasjm  
PriorityhighSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version0.9.3Fixed in Version0.9.3 
Summary0007729: demobank-ui expects "description" attribute in error details, fails otherwise
DescriptionWe have the following error handling:

catch (error) {
    pageStateSetter((prevState) => ({
    ...prevState,
    error: {
    title: i18n.str`Could not confirm the withdrawal`,
    description: (error as any).error.description,
    debug: JSON.stringify(error),

This fails badly with another exception when the error does not have a "description" attribute.
TagsNo tags attached.

Activities

sebasjm

2023-02-28 23:04

developer   ~0019913

fixed 9922192b0dba2e479b5af3e29c1d44b98e4d29d7

Issue History

Date Modified Username Field Change
2023-02-26 16:21 Florian Dold New Issue
2023-02-26 16:21 Florian Dold Status new => assigned
2023-02-26 16:21 Florian Dold Assigned To => sebasjm
2023-02-28 23:04 sebasjm Status assigned => resolved
2023-02-28 23:04 sebasjm Resolution open => fixed
2023-02-28 23:04 sebasjm Note Added: 0019913
2023-09-23 15:07 Christian Grothoff Fixed in Version => 0.9.3
2023-09-23 15:09 Christian Grothoff Status resolved => closed
2023-12-03 01:21 Christian Grothoff Category demobank-ui => libeufin-bank-ui
2024-01-12 14:10 Christian Grothoff Category libeufin-bank-ui => libeufin-bank-ui (SPA)