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
Consistent with the [spirit of Flurl for error handling](https://flurl.dev/docs/error-handling/#error-handling), errors from GraphQL will result
358
-
in a FlurlGraphQLException being thrown with the details of the errors payload already provided as a helpful error message. However the raw error
381
+
in a `FlurlGraphQLException` being thrown with the details of the errors payload already parsed & provided as a helpful error message. However the raw error
359
382
details are also available in the `GraphQLErrors` property.
0 commit comments