Represents an error that occurred while validating request parameters.
@type t() :: %Deputy.Error.ValidationError{ __exception__: true, field: atom() | nil, message: String.t(), value: any() }