Skip to main content
type APIErrorType = 
  | ErrorType
  | HttpErrorType;
Extended error codes that include both OpenAPI errors and network errors

See