errors

package
v0.0.0-...-06a8375 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2024 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNotSubscribed = newGqlError(
		"Not subscribed to this mailing list.",
		"ERR_NOT_SUBSCRIBED")
	ErrAlreadySubscribed = newGqlError(
		"Already subscribed to this mailing list.",
		"ERR_ALREADY_SUBSCRIBED")
	ErrSubscriptionNotFound = newGqlError(
		"Subscription not found.",
		"ERR_SUBSCRIPTION_NOT_FOUND")
	ErrInvalidToken = newGqlError(
		"Invalid subscription token.",
		"ERR_INVALID_TOKEN")
	ErrDuplicateEmail = newGqlError(
		"Message already archived in this list.",
		"ERR_DUPLICATE_EMAIL")
)

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