bricks v0.1.0 Bricks.Error.BadCombo View Source

A bad combination of options was provided

Link to this section Summary

Types

A message describing the problem

t()

A bad combination of options was provided

Key of the option

Functions

Creates a new Bricks.Error.BadCombo with the given vals and message

Link to this section Types

A message describing the problem

Link to this type t() View Source
t() :: %Bricks.Error.BadCombo{message: binary(), vals: vals()}

A bad combination of options was provided

Key of the option

Link to this section Functions

Link to this function new(vals, message) View Source
new(vals(), message()) :: t()

Creates a new Bricks.Error.BadCombo with the given vals and message