# `LangExtract.Prompt.Validator.Issue`
[🔗](https://github.com/mdepolli/lang_extract/blob/v0.10.0/lib/lang_extract/prompt/validator.ex#L19)

Describes a single alignment problem in a few-shot example.

# `t`

```elixir
@type t() :: %LangExtract.Prompt.Validator.Issue{
  example_index: non_neg_integer(),
  example_text: String.t(),
  extraction_class: String.t(),
  extraction_index: non_neg_integer(),
  extraction_text: String.t(),
  status: :lesser | :fuzzy | :not_found
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
