NFError

package
v0.0.0-...-6b2d15a Latest Latest
Warning

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

Go to latest
Published: May 29, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrConfigLoad              = errors.New("error loading config")
	ErrConfigSave              = errors.New("error saving config")
	ErrFileGet                 = errors.New("error getting file")
	ErrNoProjects              = errors.New("no projects found")
	ErrInvalidArgument         = errors.New("invalid argument")
	ErrKeyAlreadyExists        = errors.New("key already exists")
	ErrMissingArgument         = errors.New("missing argument")
	ErrTypeMismatch            = errors.New("type mismatch")
	ErrKeyNotFound             = errors.New("key not found")
	ErrNotImplemented          = errors.New("not implemented")
	ErrProjectNotFound         = errors.New("project not found")
	ErrProjectAlreadyExists    = errors.New("project already exists")
	ErrSceneSave               = errors.New("error saving scene")
	ErrSceneValidation         = errors.New("scene validation failed")
	ErrCriticalSceneValidation = errors.New("critical scene validation failure")
	ErrNotFound                = errors.New("not found")
	ErrWidgetParse             = errors.New("error parsing widget")
)

Functions

func NewErrConfigLoad

func NewErrConfigLoad(reason string) error

func NewErrConfigSave

func NewErrConfigSave(s string) error

func NewErrCriticalSceneValidation

func NewErrCriticalSceneValidation(s string) error

func NewErrFileGet

func NewErrFileGet(file, reason string) error

func NewErrInvalidArgument

func NewErrInvalidArgument(arg, reason string) error

func NewErrKeyAlreadyExists

func NewErrKeyAlreadyExists(key string) error

func NewErrKeyNotFound

func NewErrKeyNotFound(key string) error

func NewErrMissingArgument

func NewErrMissingArgument(interfaceName string, key string) error

func NewErrNotFound

func NewErrNotFound(s string) error

func NewErrNotImplemented

func NewErrNotImplemented(method string) error

func NewErrProjectAlreadyExists

func NewErrProjectAlreadyExists(project string) error

func NewErrProjectNotFound

func NewErrProjectNotFound(project string) error

func NewErrSceneSave

func NewErrSceneSave(s string) error

func NewErrSceneValidation

func NewErrSceneValidation(s string) error

func NewErrTypeMismatch

func NewErrTypeMismatch(expected, actual string) error

func NewErrWidgetParse

func NewErrWidgetParse(widgetName, widgetType string, widgetUUID uuid.UUID, reason string) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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