Error

@Serializable
data class Error(val message: String) : FluentValue(source)

An error value.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun asAny(): Any?

Get the underlying value as Any.

Link copied to clipboard

Convert FluentValue to display string.