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
There are some errors that get thrown by bch-api and thrown by bch-js that do not come through as an Error object.
The scope of this issue is to remain aware of these kinds of error. The solution is to fix the error handling to detect the err.error property, like done in these lines
}catch(err){console.error('Error in transactions.js/get()')if(err.error)thrownewError(err.error)throwerr}
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
There are some errors that get thrown by bch-api and thrown by bch-js that do not come through as an Error object.
The scope of this issue is to remain aware of these kinds of error. The solution is to fix the error handling to detect the
err.error
property, like done in these linesThe text was updated successfully, but these errors were encountered: