TableVersionError

An error record for table-version operations.

Types

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

Properties

Link copied to clipboard

The details about the error.

Link copied to clipboard

The name of the table in question.

Link copied to clipboard

The ID value of the version in question. A VersionID is a string representation of an integer. Each version is incremented by 1.

Functions

Link copied to clipboard
inline fun copy(block: TableVersionError.Builder.() -> Unit = {}): TableVersionError
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