Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IterableStopError ¶
type IterableStopError struct {
Msg string
}
IterableStopError get returned when a iterable such as DRP ends.
func (*IterableStopError) Error ¶
func (e *IterableStopError) Error() string
type UserInputError ¶
type UserInputError struct {
// contains filtered or unexported fields
}
UserInputError is returned if an operation fails due to misformed UserInput UserInput can come form os.args, stdin, config
func NewUserInputError ¶
func NewUserInputError(msg string, args ...any) *UserInputError
func (*UserInputError) Error ¶
func (e *UserInputError) Error() string
Click to show internal directories.
Click to hide internal directories.