Learn about the ErrorState component for use in UI extensions.
ErrorState
component sets the content of an erroring extension. Use this component to guide users through resolving errors that your extension might encounter.
Text
component to provide further guidance. This does not come with the component by default. Error text should use the following formats:
Button
component to can help users take action. This does not come with the component by default.Prop | Type | Description |
---|---|---|
title | String | The text of the component header. |
type | 'support' | 'lock' | 'error' (default) | The type of image that will be displayed. |
type
prop, you can set one of three illustrations.
default
error type when a card encounters an error when fetching data.support
error type when the user should contact internal or external support to resolve an error.lock
error type when the user needs to log in or doesn’t have permission to access the card’s data.