Errors
Term.errors._highlightTerm.errors._highlight_numbersTerm.errors._highlight_with_typeTerm.errors.backtrace_subpanelTerm.errors.style_backtraceTerm.errors.style_errorTerm.errors.style_stacktrace_simple
Term.errors._highlight — Function_highlight(x)Apply style to x based on its type.
Term.errors._highlight_numbers — Method_highlight_numbers(x::AbstractString)Add style to each number in a string
Term.errors._highlight_with_type — Method_highlight_with_type(x)Apply style to x and and mark its type.
Term.errors.backtrace_subpanel — Methodbacktrace_subpanel(line::String, WIDTH::Int, title::String)Create a subpanel for stacktrace, showing source code.
Term.errors.style_backtrace — Methodstyle_backtrace(io::IO, t::Vector)Create a Panel with styled error backtrace information.
Term.errors.style_error — Methodstyle_error(io::IO, er)Create a style error panel.
Creates a Panel with an error message and optional hints.
Term.errors.style_stacktrace_simple — Methodstyle_stacktrace_simple(stack::Vector)Simply style a stacktrace. Just adding a miniumum of color.