ValidationError

Represents a detailed validation error with message, reason, and field mapping for comprehensive error reporting.

Types

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

Properties

Link copied to clipboard

A mapping of field names to specific validation issues within the configuration.

Link copied to clipboard

The error message describing the validation issue.

Link copied to clipboard

The reason code or category for the validation error.

Functions

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