You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AnyCustomisableRecoverableError (Which we return in most cases to the apps) doesn't implement the LocalizedError protocol, which means when consuming apps call localizedDescription on errors passed by ThunderRequest they are not very verbose!
Current Behaviour
When using error.localizedDescription provided by ThunderRequest errors are not very readable.
Possible Solution
Make AnyCustomisableRecoverableError implement the LocalizedError protocol.
Steps to Reproduce (for bugs)
Turn of networking on device
Perform network request
Log error.localizedDescription
See that it's not very readable!
Your Environment
ThunderRequest version: All versions
iOS / macOS version: All versions
The text was updated successfully, but these errors were encountered:
Expected Behaviour
AnyCustomisableRecoverableError
(Which we return in most cases to the apps) doesn't implement theLocalizedError
protocol, which means when consuming apps calllocalizedDescription
on errors passed byThunderRequest
they are not very verbose!Current Behaviour
When using
error.localizedDescription
provided by ThunderRequest errors are not very readable.Possible Solution
Make
AnyCustomisableRecoverableError
implement theLocalizedError
protocol.Steps to Reproduce (for bugs)
error.localizedDescription
Your Environment
The text was updated successfully, but these errors were encountered: