Currently the errorPolicy only handles GraphQL errors differently where network errors are treated as fatal. In some cases this means that network errors result in throwing the error.
With the changes to consolidate errors to a single error policy and split up error types, it makes sense that we treat all errors the same, regardless of their origin.