ColumnError

Encapsulates a column name that failed and the reason for failure.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the column that failed.

Link copied to clipboard

An error message with the reason for the failure of an operation.

Functions

Link copied to clipboard
inline fun copy(block: ColumnError.Builder.() -> Unit = {}): ColumnError
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String