AppErrorData

interface AppErrorData

Interface representing a standardized error state in the application. Each error implementation provides a title, description, and an illustrative image.

Inheritors

Properties

Link copied to clipboard
abstract val description: StringResource

A detailed localized description of the error and potential solutions.

Link copied to clipboard

The visual representation of the error state.

Link copied to clipboard
abstract val title: StringResource

The localized title of the error.