FieldError

data class FieldError(val field: String, val error: String)

Data class representing an error associated with a specific field.

Constructors

Link copied to clipboard
constructor(field: String, error: String)

Properties

Link copied to clipboard

The description of the error associated with the field.

Link copied to clipboard

The name of the field associated with the error.