···7788When we use a GraphQL API there are two kinds of errors we may encounter: Network Errors and GraphQL
99Errors from the API. Since it's common to encounter either of them, there's a
1010-[`CombinedError`](../api/core.md#combinederror-class) class that can hold and abstract either.
1010+[`CombinedError`](../api/core.md#combinederror) class that can hold and abstract either.
11111212We may encounter a `CombinedError` when using `urql` wherever an `error` may be returned, typically
1313in results from the API. The `CombinedError` can have one of two properties that describe what went