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

An exception that represents an error with some options.

Summary

Types

Link to this type

reason()

View Source (since 0.3.0)
@type reason() :: :missing | :unknown
@type t() :: %Datix.OptionError{__exception__: true, option: atom(), reason: reason()}