View Issue Details

IDProjectCategoryView StatusLast Update
0007729Talerdemobank-uipublic2023-02-28 23:04
ReporterFlorian Dold Assigned Tosebasjm  
PriorityhighSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Target 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