# AjaxError

```typescript
interface AjaxError extends Error {
xhr: [object Object]
request: [object Object]
status: [object Object]
responseType: [object Object]
response: [object Object]
}
```

## Interfaces Hijas

[AjaxTimeoutError](https://github.com/puntotech/rxjs-docu/blob/master/doc/api/ajax/api/ajax/AjaxtimeoutError/README.md)

## Propiedades

| Propiedad    | Tipo             | Descripción |
| ------------ | ---------------- | ----------- |
| 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#L506-L505)

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