ValidationExceptionField

Details about a specific field that failed validation.

Types

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

Properties

Link copied to clipboard

The specific validation error code indicating the type of validation failure.

Link copied to clipboard

A human-readable message describing why the field validation failed.

Link copied to clipboard

The name of the field that failed validation.

Functions

Link copied to clipboard
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