Error

data class Error(val message: String, val cause: Throwable? = null) : Event

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val cause: Throwable? = null
Link copied to clipboard

Functions

Link copied to clipboard
operator fun Event.plus(that: Pair<String, Any>): Event

Attach some metadata to this event