errorx

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AggregateError

type AggregateError struct {
	Errors []error
}

func (*AggregateError) Add

func (e *AggregateError) Add(err error)

func (*AggregateError) Error

func (e *AggregateError) Error() string

type ArgumentError

type ArgumentError struct {
	Message string
}

func NewArgumentError

func NewArgumentError(message string) *ArgumentError

func (*ArgumentError) Error

func (e *ArgumentError) Error() string

type ArgumentNilError

type ArgumentNilError struct {
	Name string
}

func NewArgumentNilError

func NewArgumentNilError(name string) *ArgumentNilError

func (*ArgumentNilError) Error

func (e *ArgumentNilError) Error() string

type CircularDependencyError

type CircularDependencyError struct {
	Message string
}

func (*CircularDependencyError) Error

func (e *CircularDependencyError) Error() string

type FuncSignatureError

type FuncSignatureError struct {
	Message string
}

func (*FuncSignatureError) Error

func (e *FuncSignatureError) Error() string

type InvalidDescriptor

type InvalidDescriptor struct {
	ServiceType reflect.Type
}

func (*InvalidDescriptor) Error

func (e *InvalidDescriptor) Error() string

type ObjectDisposedError

type ObjectDisposedError struct {
	Message string
}

func (*ObjectDisposedError) Error

func (e *ObjectDisposedError) Error() string

type ScopedServiceFromRootError

type ScopedServiceFromRootError struct {
	Message string
}

func (*ScopedServiceFromRootError) Error

type ServiceNotFound

type ServiceNotFound struct {
	ServiceType reflect.Type
}

func (*ServiceNotFound) Error

func (e *ServiceNotFound) Error() string

type TypeIncompatibilityError

type TypeIncompatibilityError struct {
	To   reflect.Type
	From reflect.Type
}

func (*TypeIncompatibilityError) Error

func (e *TypeIncompatibilityError) Error() string

Jump to

Keyboard shortcuts

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