errors

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InvalidArgumentError

type InvalidArgumentError struct {
	Expected interface{}
	Actual   interface{}
}

func (InvalidArgumentError) Error

func (e InvalidArgumentError) Error() string

type InvalidStateError

type InvalidStateError struct {
	Expected interface{}
	Actual   interface{}
}

func (InvalidStateError) Error

func (e InvalidStateError) Error() string

type NotFoundError

type NotFoundError struct {
	Expected interface{}
}

func (NotFoundError) Error

func (e NotFoundError) Error() string

type NotSupportedError

type NotSupportedError struct {
	What   string
	Reason string
}

func (NotSupportedError) Error

func (e NotSupportedError) Error() string

type RequirementExpectationError

type RequirementExpectationError struct {
	Expected interface{}
	Actual   interface{}
}

func (RequirementExpectationError) Error

type SubProcessError

type SubProcessError struct {
	Id     string
	Reason string
}

func (SubProcessError) Error

func (e SubProcessError) Error() string

type TaskExecError

type TaskExecError struct {
	Id     string
	Reason string
}

func (TaskExecError) Error

func (e TaskExecError) Error() string

Jump to

Keyboard shortcuts

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