Entry

sealed interface Entry<C : Any>

Represents the actual content stored within an error entry. This is used as a buffer between the error entry and code-facing interactions with it

Author

fzzyhmstrs

Since

0.7.0

Properties

Link copied to clipboard
abstract val content: C
Link copied to clipboard
abstract val e: Throwable?
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun log(writer: BiConsumer<String, Throwable?>)