Surface.AST.Error (surface v0.2.1) View Source

An AST node representing an error. This will be rendered as an html element.

Properties

* `:message` - the error message
* `:meta` - compilation meta data

Link to this section Summary

Link to this section Types

Specs

t() :: %Surface.AST.Error{message: binary(), meta: Surface.AST.Meta.t()}