Documentation ¶
Index ¶
- Variables
- func NewErrConfigLoad(reason string) error
- func NewErrConfigSave(s string) error
- func NewErrCriticalSceneValidation(s string) error
- func NewErrFileGet(file, reason string) error
- func NewErrInvalidArgument(arg, reason string) error
- func NewErrKeyAlreadyExists(key string) error
- func NewErrKeyNotFound(key string) error
- func NewErrMissingArgument(interfaceName string, key string) error
- func NewErrNotFound(s string) error
- func NewErrNotImplemented(method string) error
- func NewErrProjectAlreadyExists(project string) error
- func NewErrProjectNotFound(project string) error
- func NewErrSceneSave(s string) error
- func NewErrSceneValidation(s string) error
- func NewErrTypeMismatch(expected, actual string) error
- func NewErrWidgetParse(widgetName, widgetType string, widgetUUID uuid.UUID, reason string) error
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 NewErrConfigSave ¶
func NewErrFileGet ¶
func NewErrInvalidArgument ¶
func NewErrKeyAlreadyExists ¶
func NewErrKeyNotFound ¶
func NewErrMissingArgument ¶
func NewErrNotFound ¶
func NewErrNotImplemented ¶
func NewErrProjectNotFound ¶
func NewErrSceneSave ¶
func NewErrSceneValidation ¶
func NewErrTypeMismatch ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.