> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# APIErrorType

```ts theme={null}
type APIErrorType = 
  | ErrorType
  | HttpErrorType;
```

Extended error codes that include both OpenAPI errors and network errors

## See

* [ErrorType](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-core/Variables/ErrorType)
* [HttpErrorType](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-core/Variables/HttpErrorType)
