# Packages
A Try/Handle/Catch error handling mechanism implemented using generics, which provides an API similar to previous error handling proposals for the language such as https://github.com/golang/go/issues/32437.
A value type that contains a value plus an error, typically used to represent the return value of a function, including its error component.
Some error handling functions and types to more ergonomically assist with writing tests against functions that may return errors.