Mark.Internal.Error.Rendered
toString : Error -> String
toHtml : Theme -> Error -> Html msg
toDetails : Error -> Details
{ title : String
, message : List Text
, region : Maybe Range
}
{ text : String
, bold : Basics.Bool
, underline : Basics.Bool
, color : Maybe String
}
{ start : Position
, end : Position
}
{ offset : Basics.Int
, line : Basics.Int
, column : Basics.Int
}
{ title : String
, message : List String
}
Create a custom error message to use with Mark.verify