+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "ErrorBoundaryAlert"
keywords = ["grafana","documentation","sdk","@grafana/ui"]
type = "docs"
+++
## ErrorBoundaryAlert class
Signature
```typescript
export declare class ErrorBoundaryAlert extends PureComponent
```
Import
```typescript
import { ErrorBoundaryAlert } from '@grafana/ui';
```
Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [defaultProps](#defaultprops-property) | static
| Partial<WithAlertBoxProps>
| |
Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [render()](#render-method) | | |
### defaultProps property
Signature
```typescript
static defaultProps: Partial;
```
### render method
Signature
```typescript
render(): JSX.Element;
```
Returns:
`JSX.Element`