common

package
v3.4.0 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrFeedAlreadyExists is returned when a feed is already exists in the DB.
	ErrFeedAlreadyExists = errors.New("feed already exists")
	// ErrFeedNotFound is returned when a feed is not found in the DB.
	ErrFeedNotFound = errors.New("feed not found")
	// ErrFilterNotFound is returned when a filter is not found in the DB.
	ErrFilterNotFound = errors.New("filter not found")
	// ErrOutputNotFound is returned when a output is not found in the DB.
	ErrOutputNotFound = errors.New("output not found")
	// ErrFeedQuotaExceeded is returned when feed quota is exceeded.
	ErrFeedQuotaExceeded = errors.New("feed quota exceeded")
	// ErrOutputQuotaExceeded is returned when output quota is exceeded.
	ErrOutputQuotaExceeded = errors.New("output quota exceeded")
	// ErrArticleShouldBeIgnored is returned by a filter when a article should not be send
	ErrArticleShouldBeIgnored = errors.New("article should be ignored")
)

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