Package-level declarations

Types

Link copied to clipboard
interface AppErrorData

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

Link copied to clipboard

Error state for authentication or authorization failures (HTTP 401, 403).

Link copied to clipboard

Error state for security challenges like OTP, Biometrics, SMS, etc. (HTTP 428).

Link copied to clipboard

Fallback error state for any other unexpected failures.

Link copied to clipboard

Error state for when no internet connection is detected.

Link copied to clipboard

Error state for when a requested resource is not found (HTTP 404).

Link copied to clipboard

Error state for internal server errors (HTTP 5xx).

Link copied to clipboard

Error state for when a request times out.