errors

package
v0.0.24 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewInvalidArg added in v0.0.23

func NewInvalidArg(arg, reason string) error

func NewRequiredArg added in v0.0.24

func NewRequiredArg(subj string) error

Types

type AccessDeniedError

type AccessDeniedError struct{}

func (AccessDeniedError) Error

func (e AccessDeniedError) Error() string

type AlreadyExistsError

type AlreadyExistsError struct {
	Subj string
}

func (AlreadyExistsError) Error

func (e AlreadyExistsError) Error() string

type InvalidArgError

type InvalidArgError struct {
	Arg    string
	Reason string
}

func (InvalidArgError) Error

func (e InvalidArgError) Error() string

type NotFoundError

type NotFoundError struct {
	Subj string
}

func (NotFoundError) Error

func (e NotFoundError) Error() string

Jump to

Keyboard shortcuts

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