package
0.0.0-20241001120344-791233ab31d1
Repository: https://github.com/wearemojo/mojo-public-go.git
Documentation: pkg.go.dev

# Functions

IsCode is a convenience wrapper for `errors.Is` `errors.Is(err, "foo")` does not work `IsCode(err, "foo")` does - as the string is automatically converted.
No description provided by the author

# Structs

No description provided by the author

# Interfaces

Merrer (merr-er) represents a merr-compatible error It primarily exists to allow `Wrap` to return nil without forcing us to use pointers for `E`, but also allows other structs to offer a merr.E option.

# Type aliases

nolint:errname // package name is already error-scoped.
No description provided by the author