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

Copy Markdown View Source

Returned when a partial/discovery feature is used as if it were common.

Summary

Types

t()

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