View Source Datix.OptionError exception (datix v0.3.1)

An exception that represents an error with some options.

Link to this section Summary

Link to this section Types

@type reason() :: :missing | :unknown
@type t() :: %Datix.OptionError{
  __exception__: term(),
  option: atom(),
  reason: reason()
}