Fail smarter with better error handling #47

Merged
bumi merged 2 commits from features/initialize-error-handling into master 2018-04-15 18:14:13 +00:00
bumi commented 2018-04-15 14:46:19 +00:00 (Migrated from github.com)

This should give more insights in case of an error during loading data
from Ethereum and IPFS.

This should give more insights in case of an error during loading data from Ethereum and IPFS.
fsmanuel (Migrated from github.com) approved these changes 2018-04-15 15:50:02 +00:00
@@ -69,6 +91,9 @@ export default class Kredits {
fsmanuel (Migrated from github.com) commented 2018-04-15 15:43:42 +00:00

Address or ABI not found for ${contractName}

`Address or ABI not found for ${contractName}`
@@ -13,6 +13,8 @@ export default Route.extend({
transition.retry();
}
}
}).catch((error) => {
fsmanuel (Migrated from github.com) commented 2018-04-15 15:42:39 +00:00

👍

👍
bumi (Migrated from github.com) reviewed 2018-04-15 16:07:19 +00:00
@@ -13,6 +13,8 @@ export default Route.extend({
transition.retry();
}
}
}).catch((error) => {
bumi (Migrated from github.com) commented 2018-04-15 16:07:19 +00:00

we could do a bit more here and should display an error on the page. or do an alert message?

we could do a bit more here and should display an error on the page. or do an alert message?
Sign in to join this conversation.