ge

package
v0.0.97 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2021 License: MIT Imports: 5 Imported by: 21

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New added in v0.0.81

func New(message string, params ...Params) error

func Pin added in v0.0.81

func Pin(parent error, params ...Params) error

Types

type IdentityError added in v0.0.74

type IdentityError struct {
	Message string
	Parent  error
	Params  Params
	Way     *Way
}

func (*IdentityError) Error added in v0.0.74

func (e *IdentityError) Error() string

func (*IdentityError) Unwrap added in v0.0.83

func (e *IdentityError) Unwrap() error

type IdentityPlaceError

type IdentityPlaceError struct {
	Place  string
	Parent error
}

func (*IdentityPlaceError) Error

func (e *IdentityPlaceError) Error() string

type MismatchError added in v0.0.82

type MismatchError struct {
	ComparedItems string
	Expected      interface{}
	Actual        interface{}
}

func (*MismatchError) Error added in v0.0.82

func (e *MismatchError) Error() string

type NotFoundError added in v0.0.95

type NotFoundError struct {
	Key string
}

func (*NotFoundError) Error added in v0.0.95

func (e *NotFoundError) Error() string

type NotReleasedError

type NotReleasedError struct {
	Name string
}

func (*NotReleasedError) Error

func (e *NotReleasedError) Error() string

type Params added in v0.0.81

type Params map[string]interface{}

func (Params) View added in v0.0.81

func (p Params) View() string

type RegExpIsNotCompiledError added in v0.0.81

type RegExpIsNotCompiledError struct {
}

func (*RegExpIsNotCompiledError) Error added in v0.0.81

func (e *RegExpIsNotCompiledError) Error() string

type UndefinedSwitchCaseError added in v0.0.81

type UndefinedSwitchCaseError struct {
	Var interface{}
}

func (*UndefinedSwitchCaseError) Error added in v0.0.81

func (e *UndefinedSwitchCaseError) Error() string

type Way added in v0.0.81

type Way struct {
	Package string
	Caller  string
	File    string
	Line    int
}

func (*Way) View added in v0.0.81

func (w *Way) View() string

Jump to

Keyboard shortcuts

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