StrawHat v0.3.2 StrawHat.Error.ErrorList View Source

Data structure that represents a list of StrawHat.Error.t/0.

Link to this section Summary

Types

t()

List of Errors

Link to this section Types

Link to this type t() View Source
t() :: %StrawHat.Error.ErrorList{errors: [StrawHat.Error.t()]}

List of Errors.

Link to this section Functions