Closed maratal closed 3 months ago
To check I’ve understood — the error messages that you've removed the checks for are all ones that are generated by the server?
To check I’ve understood — the error messages that you've removed the checks for are all ones that are generated by the server?
correct
@maratal found some more here as well:
Thanks @owenpearson I was looking for error.message
but there are also description
, localizedDescription
, reason.message
and error?.message
! 🤦♂️
Replaced all occurences of checking error message instead of error code (or removed where the error code check was already presented) except places where error is locally generated (since it doesn't contain proper error code - 0 usually).
Closes #1946