pretty

package
v0.42.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 7, 2024 License: Apache-2.0 Imports: 10 Imported by: 9

Documentation

Index

Constants

View Source
const ErrorPrefix = "error"

Variables

This section is empty.

Functions

func FormatErrorMessage

func FormatErrorMessage(prefix string, message string, useColor bool) string

Types

type ErrorPrettyPrinter

type ErrorPrettyPrinter struct {
	// contains filtered or unexported fields
}

func NewErrorPrettyPrinter

func NewErrorPrettyPrinter(writer Writer, useColor bool) ErrorPrettyPrinter

func (ErrorPrettyPrinter) PrettyPrintError

func (p ErrorPrettyPrinter) PrettyPrintError(
	err error,
	location common.Location,
	codes map[common.Location][]byte,
) error

type Writer added in v0.25.0

type Writer interface {
	io.Writer
	io.StringWriter
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL