[O3 Framework](../API.md) / ErrorStateProps

# Interface: ErrorStateProps

Defined in: [packages/framework/esm-styleguide/src/error-state/error-state.component.tsx:7](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/error-state/error-state.component.tsx#L7)

## Properties

### error

> **error**: `any`

Defined in: [packages/framework/esm-styleguide/src/error-state/error-state.component.tsx:9](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/error-state/error-state.component.tsx#L9)

The error that caused this error card to be rendered. Expected to be a failed fetch result.

***

### headerTitle

> **headerTitle**: `string`

Defined in: [packages/framework/esm-styleguide/src/error-state/error-state.component.tsx:11](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/error-state/error-state.component.tsx#L11)

The title to use for this empty component. This must be a pre-translated string.
