Package-level declarations

Types

Link copied to clipboard
sealed class Anomaly : RuntimeException, IExceptionInfo

See https://github.com/cognitect-labs/anomalies.

Link copied to clipboard
class Busy(message: String?, data: IPersistentMap = PersistentHashMap.EMPTY, cause: Throwable? = null) : Anomaly
Link copied to clipboard
class Conflict(message: String?, data: IPersistentMap = PersistentHashMap.EMPTY, cause: Throwable? = null) : Anomaly.Caller
Link copied to clipboard
class Fault(message: String?, data: IPersistentMap = PersistentHashMap.EMPTY, cause: Throwable? = null) : Anomaly
Link copied to clipboard
class Forbidden(message: String?, data: IPersistentMap = PersistentHashMap.EMPTY, cause: Throwable? = null) : Anomaly.Caller
Link copied to clipboard
class Incorrect(message: String?, data: IPersistentMap = PersistentHashMap.EMPTY, cause: Throwable? = null) : Anomaly.Caller
Link copied to clipboard
class Interrupted(message: String?, data: IPersistentMap = PersistentHashMap.EMPTY, cause: Throwable? = null) : Anomaly
Link copied to clipboard
class NotFound(message: String?, data: IPersistentMap = PersistentHashMap.EMPTY, cause: Throwable? = null) : Anomaly.Caller
Link copied to clipboard
class Unavailable(message: String?, data: IPersistentMap = PersistentHashMap.EMPTY, cause: Throwable? = null) : Anomaly
Link copied to clipboard
class Unsupported(message: String?, data: IPersistentMap = PersistentHashMap.EMPTY, cause: Throwable? = null) : Anomaly.Caller