App Error
A comprehensive UI component for displaying error states within the application.
This component uses AppFeedback as its base and displays standardized error content based on the provided errorData.
Parameters
The AppErrorData containing title, description, and image for the error state.
The Modifier to be applied to the root layout.
If true, displays the error within a Scaffold and TopBar. Defaults to false.
Optional text for the primary action button. Defaults to "Tentar Novamente".
Optional callback invoked when the primary action button is clicked.
Optional text for the secondary action button. Defaults to "Fechar".
Optional callback invoked when the secondary action button is clicked.
Optional callback invoked when the close icon in the toolbar is clicked (only if fullScreen is true).