ASM.Options.UnsupportedOptionError exception (ASM v0.10.0)

Copy Markdown View Source

Returned when a strict ASM common preflight receives an unsupported option.

Summary

Types

t()

@type t() :: %ASM.Options.UnsupportedOptionError{
  __exception__: true,
  key: atom() | term(),
  message: String.t(),
  mode: atom() | nil,
  provider: atom() | nil,
  reason: atom() | term()
}