PropertyConstraintViolation

data class PropertyConstraintViolation(val name: String, val path: String, val message: String)

An entity to represent a constraint violation of a property.

Constructors

Link copied to clipboard
constructor(name: String, path: String, message: String)

Properties

Link copied to clipboard

The constraint violation message

Link copied to clipboard

The name of the constraint-violated field

Link copied to clipboard

The path of the constraint-violated field