An error encountered during schema compilation.
@type error() :: :unsupported_vocabulary | :invalid_regex | :invalid_keyword_value
@type t() :: %JSONSchex.Types.CompileError{ error: error(), message: term() | nil, path: list() | nil, value: term() | nil }