Resolves #3262.
When errors are returned from GraphQL when kicking off a backfill, we currently swallow the errors. Instead, display them more aggressively.
This isn't a great long term solution, but we also don't have really good ways of consistently surfacing stack traces in Dagit UI. It's certainly better than nothing though.