ErrorDetail

Contains detailed error information explaining why an operation failed, including which field caused the error and the reason for the failure.

Types

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

Properties

Link copied to clipboard

The name of the field that contains an error or warning.

Link copied to clipboard

A detailed description of the error or warning.

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