View Source ExPression.Error (ex_pression v0.6.0)

Error that occurred while parsing or evaluating expression.

Summary

Types

@type t() :: %ExPression.Error{data: map(), message: binary(), name: binary()}

Functions

Link to this function

new(name, message, data)

View Source
@spec new(binary(), binary(), map()) :: t()