Skip to main content

ResponseErrorPanel()

Home > @backstage/core-components > ResponseErrorPanel

Renders a warning panel as the effect of a failed server request.

Signature:

function ResponseErrorPanel(props: ErrorPanelProps): React.JSX.Element;

Parameters

ParameterTypeDescription
propsErrorPanelProps

Returns:

React.JSX.Element

Remarks

Has special treatment for ResponseError errors, to display rich server-provided information about what happened.