DataError

sealed interface DataError

Root of the typed error hierarchy carried in Result.Failure. Split by source so callers can react differently to a network failure vs a local one. Apps extend this with their own arms (e.g. a Validation error) by implementing the interface.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard