Error

@SerialName(value = "error")
class Error(val message: String, val cause: Throwable? = null) : StreamEvent(source)

Terminal error. Loop unwinds.

Since

0.3.0-beta01

Constructors

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

Properties

Link copied to clipboard

Typed cause when available, preserved to the boundary; not serialized.

Link copied to clipboard
Link copied to clipboard