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
Parameter |
Type |
Description |
---|---|---|
props |
React.JSX.Element
Remarks
Has special treatment for ResponseError errors, to display rich server-provided information about what happened.