caffeine_lang/error_renderer
Values
pub fn render_all_plain(
errors: List(rich_error.RichError),
) -> String
Renders a list of RichErrors to a plain-text string.
pub fn render_plain(error: rich_error.RichError) -> String
Renders a RichError to a plain-text string.