ErrorDetail

A tuple that provides information about an error that caused a cluster to terminate.

Types

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

Properties

Link copied to clipboard

The name or code associated with the error.

Link copied to clipboard

A list of key value pairs that provides contextual information about why an error occured.

Link copied to clipboard

A message that describes the error.

Functions

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