Skip to content

Commit

Permalink
error AND status_verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurtanuki committed Nov 21, 2024
1 parent d4d3e76 commit d0413e3
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,10 @@ class BackgroundTaskDetails extends BackgroundTaskBarcode
}
throw Exception(
'Could not save product - API V2'
' - '
'status=${status.status} - errors=${status.error ?? status.statusVerbose} ${isInvalidUser ? _getIncompleteUserData() : ''}',
' - status=${status.status}'
' - errors=${status.error}'
' - status_verbose=${status.statusVerbose}'
' ${isInvalidUser ? _getIncompleteUserData() : ''}',
);
}
}
Expand Down

0 comments on commit d0413e3

Please sign in to comment.