Back to Developer Roadmap

errors.New

src/data/roadmaps/golang/content/[email protected]

4.0763 B
Original Source

errors.New

Simplest way to create error values by taking a string message and returning an error implementing the error interface. Useful for simple, static error messages. Often combined with error wrapping or used for predefined error constants.

Visit the following resources to learn more: