errortypes

package
v0.0.0-...-cde087c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL