Error

data class Error(val cause: Throwable) : DispatchResult(source)

Action processing failed with an error

Constructors

Link copied to clipboard
constructor(cause: Throwable)

Properties

Link copied to clipboard