# Functions
NewFailuref is a helper that returns a new Failure.
ParseColonSeparatedFailureFields parses FailureFields from the given string.
ParseFailureField parses the FailureField from the given string.
SortFailures sorts the Failures, by filename, line, column, id, message.
# Constants
FailureFieldColumn references the Column field of a Failure.
FailureFieldFilename references the Filename field of a Failure.
FailureFieldID references the ID field of a Failure.
FailureFieldLine references the Line field of a Failure.
FailureFieldMessage references the Message field of a Failure.
# Variables
DefaultFailureFields are the default FailureFields.
# Interfaces
FailureWriter is a writer that Failure.Println can accept.
# Type aliases
FailureField references a field of a Failure.