ContentLoadError
Reusable composable used to display content load errors. Contains slots for an icon, title, description and retry (or other action) button. Styled after our default SM Content Loading Error.
Parameters
The modifier that will be applied to the column wrapping the composable
(optional) The icon to be displayed
The error title to be displayed
(optional) The error description to be displayed
(optional) The retry (or other action) button to display
Reusable composable used to display content load errors. Contains slots for an icon, title and description. Contains a simpler implementation for the retry button with parameters to handle the button being clicked and for the button's content. Styled after our default SM Content Loading Error.
Parameters
The modifier that will be applied to the column wrapping the composable
Retry button click handler
Retry button text
(optional) The icon to be displayed
(optional) The error title to be displayed
The error description to be displayed