# `JSONSchex.Types.CompileError`
[🔗](https://github.com/xinz/jsonschex/blob/main/lib/jsonschex/types.ex#L83)

An error encountered during schema compilation.

# `error`

```elixir
@type error() :: :unsupported_vocabulary | :invalid_regex | :invalid_keyword_value
```

# `t`

```elixir
@type t() :: %JSONSchex.Types.CompileError{
  error: error(),
  message: term() | nil,
  path: list() | nil,
  value: term() | nil
}
```

---

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