# `Ash.Error.Framework.PendingCodegen`
[🔗](https://github.com/ash-project/ash/blob/v3.23.1/lib/ash/error/framework/pending_codegen.ex#L5)

Used when an extension has pending code generation and the --check flag is provided

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %Ash.Error.Framework.PendingCodegen{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  diff: term(),
  explain: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}
```

Create an `Elixir.Ash.Error.Framework.PendingCodegen` without raising it.

## Keys

- :diff
- :explain

---

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