> For the complete documentation index, see [llms.txt](https://www.rxjs.es/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.rxjs.es/api/ajax/ajaxtimeouterror.md).

# AjaxTimeoutError

```typescript
interface AjaxTimeoutError extends AjaxError {

  // Heredado de ajax/AjaxError
  xhr: [object Object]
  request: [object Object]
  status: [object Object]
  responseType: [object Object]
  response: [object Object]
}
```

## Recursos adicionales

[![Source code](https://github.com/puntotech/rxjs-docu/blob/master/doc/api/ajax/assets/icons/source-code.png)](https://github.com/ReactiveX/rxjs/blob/6.5.5/src/internal/observable/dom/AjaxObservable.ts#L551-L550)

[Documentación oficial en inglés](https://rxjs.dev/api/ajax/AjaxTimeoutError)
