package
2.6.2+incompatible
Repository: https://github.com/10gen/realm-cli.git
Documentation: pkg.go.dev

# Functions

NewErr returns a new CLI error.
WrapErr wraps the provided error with the provided message The extra details are applied on top of any existing, wrapped details Note: it is assumed the message contains a single `fmt` verb to include the cause/error.

# Structs

ErrDetails represent a CLI error's details.
ErrNoUsage hides the command's usage for an error.
ErrReferenceLink adds a reference link to an error.
ErrSuggestion adds a suggestion to an error.

# Interfaces

ErrDetail represents a single detail of a CLI error.
ErrLinkReferrer provides a list of reference links that will display to the user when an error occurs.
ErrSuggester provides a list of suggestions that will display to the user when an error occurs.
ErrUsageHider specifies if the command's usage should be hidden when an error occurs.