ErrorInfo

class ErrorInfo

Returns information about an error state of the cluster.

Types

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

Properties

Link copied to clipboard

A number describing the error programmatically.

Link copied to clipboard

An optional field to provide more details about the error.

Functions

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