errors

package
v2.6.2 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2025 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 ExprError added in v2.5.4

type ExprError struct {
	Kind string
	Err  error
}

func (ExprError) Error added in v2.5.4

func (e ExprError) Error() string

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