Fail smarter with better error handling #47
Reference in New Issue
Block a user
Delete Branch "features/initialize-error-handling"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This should give more insights in case of an error during loading data
from Ethereum and IPFS.
@@ -69,6 +91,9 @@ export default class Kredits {Address or ABI not found for ${contractName}@@ -13,6 +13,8 @@ export default Route.extend({transition.retry();}}}).catch((error) => {👍
@@ -13,6 +13,8 @@ export default Route.extend({transition.retry();}}}).catch((error) => {we could do a bit more here and should display an error on the page. or do an alert message?