View Source Xod.XodError exception (Xod v0.1.0)
An error encountered during schema validation.
Link to this section Summary
Link to this section Types
@type issue() :: [ type: atom(), path: Xod.Common.path(), message: binary() | nil, data: keyword() ]
@type t() :: %Xod.XodError{__exception__: true, issues: [issue()]}
Link to this section Functions
The error struct.
issues
contains a list of issues encountered while validating a schema
@spec invalid_type(atom(), atom(), Xod.Common.path()) :: t()