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
Is your feature request related to a problem? Please describe.
Atm, when HTTP requests fail due to unreachable hosts, the following error is thrown:
TypeError: Cannot destructure property 'response' of '(intermediate value)' as it is undefined.
at ChainService.<anonymous> (chainService.js:47:20)
This is an indirect indicator that a request did not succeed
Describe the solution you'd like
It would be easier for developers, if there is a specific "Not connected" exception. This can be used programmatically to take further actions, like fallback to other hosts, showing an UI message, or open host configuration page....
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Atm, when HTTP requests fail due to unreachable hosts, the following error is thrown:
This is an indirect indicator that a request did not succeed
Describe the solution you'd like
It would be easier for developers, if there is a specific "Not connected" exception. This can be used programmatically to take further actions, like fallback to other hosts, showing an UI message, or open host configuration page....
The text was updated successfully, but these errors were encountered: