Closed Taufi closed 4 months ago
In Client > makeEntityRequest, every DecodingError is transformed into a ServerError, causing the error handling in AddAccountsView to fail. This change fixes that issue.
Client > makeEntityRequest
DecodingError
ServerError
AddAccountsView
In
Client > makeEntityRequest
, everyDecodingError
is transformed into aServerError
, causing the error handling inAddAccountsView
to fail. This change fixes that issue.