ResponseErrorPanel()
Home > @backstage/core-components > ResponseErrorPanel
Renders a warning panel as the effect of a failed server request.
Signature:
function ResponseErrorPanel(props: ErrorPanelProps): import("react/jsx-runtime").JSX.Element;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
props |
import("react/jsx-runtime").JSX.Element
Remarks
Has special treatment for ResponseError errors, to display rich server-provided information about what happened.