Document and data validation errors.
@type t() :: %TantivyEx.Error.ValidationError{ __exception__: true, details: map() | nil, expected_type: String.t() | nil, field: String.t() | nil, message: String.t(), operation: atom() | nil, suggestion: String.t() | nil, value: any() | nil }