StrawHat v0.5.0 StrawHat.Error.ErrorList View Source
Data structure that represents a list of StrawHat.Error.t/0
.
Link to this section Summary
Functions
Creates an StrawHat.Error.ErrorList.t/0
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %StrawHat.Error.ErrorList{errors: [StrawHat.Error.t()]}
t() :: %StrawHat.Error.ErrorList{errors: [StrawHat.Error.t()]}
List of Errors.
errors
: List ofStrawHat.Error.t/0
.
Link to this section Functions
Link to this function
new(errors)
View Source
new(errors)
View Source
new([StrawHat.Error.t()]) :: t()
new([StrawHat.Error.t()]) :: t()
Creates an StrawHat.Error.ErrorList.t/0