errors

package
v0.2.10 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FixableError

type FixableError interface {
	HowToFix() string
}

type IdentifiableError added in v0.2.2

type IdentifiableError interface {
	Identifier() string
}

type ObjectNotInContextError added in v0.2.2

type ObjectNotInContextError struct {
	Object string
}

func (*ObjectNotInContextError) Error added in v0.2.2

func (e *ObjectNotInContextError) Error() string

type WrongObjectTypeInContextError added in v0.2.2

type WrongObjectTypeInContextError struct {
	Object       string
	ExpectedType string
}

func (*WrongObjectTypeInContextError) Error added in v0.2.2

Jump to

Keyboard shortcuts

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