Documentation
¶
Overview ¶
Package params implements parameter parsing errors and wrapping mechanisms for target arguments.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Error ¶
type Error struct {
// contains filtered or unexported fields
}
Error represents an error with an associated parent error and cause.
func (*Error) ParentError ¶
ParentError returns the parent error message.
Click to show internal directories.
Click to hide internal directories.