Returned when a strict ASM common preflight receives an unsupported option.
@type t() :: %ASM.Options.UnsupportedOptionError{ __exception__: true, key: atom() | term(), message: String.t(), mode: atom() | nil, provider: atom() | nil, reason: atom() | term() }