Accrue.ConfigError exception (accrue v0.3.0)

Copy Markdown View Source

Raised when Accrue.Config validation fails, or when a key is looked up that is neither set at runtime nor has a schema default.

Summary

Types

t()

@type t() :: %Accrue.ConfigError{
  __exception__: true,
  diagnostic: term(),
  key: term(),
  message: term()
}