# Functions
FirstWithStack returns the first error in the chain of errors that has a stack trace associated with it.
Println is a convenience function (sugar) that prints the output of ToString(err) to standard output.
ToString returns a string representation of the error err.