← Back to Kairo Docs|API Reference (Dokka)

Package-level declarations

Types

Link copied to clipboard
abstract class LogicalFailure(message: String, cause: Throwable? = null) : Exception

"Logical failures" describe situations not deemed successful in your domain, but still within the realms of that domain. For example, a user record not being found is a logical failure, not a real exception. Whereas a network timeout or stack overflow is a "real exception".