customerrors

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2024 License: GPL-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package customerrors contains custom error types and values.

Error types are used by functions to indicate that an error has occurred. The error type is a string that describes the error.

Error values are used by functions to indicate that an error has occurred. The error value is an instance of the error type.

The variables declared in this file are error values.

Index

Constants

This section is empty.

Variables

View Source
var ErrInsufficientReady = errors.New("insufficient ready")

ErrInsufficientReady is an error returned when there is not enough ready.

View Source
var ErrInvalidObjectId = errors.New("invalid object id")

ErrInvalidObjectId is an error returned when an object id is invalid.

View Source
var ErrModuleNameAlreadyExists = errors.New("module name already exists")

ErrModuleNameAlreadyExists is an error returned when a module name already exists.

View Source
var ErrModuleNotRegistered = errors.New("can't register module")

ErrModuleNotRegistered is an error returned when a module can't be registered.

View Source
var ErrSeedingModule = errors.New("error seeding module")

ErrSeedingModule is an error returned when an error occurs while seeding a module.

View Source
var ErrTypeAssersionFailed = errors.New("type assertion failed")

ErrTypeAssersionFailed is an error returned when a type assertion fails.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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