mailstack_errors

package
v0.2.23 Latest Latest
Warning

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

Go to latest
Published: May 12, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// common errors
	ErrTenantMissing     = errors.New("tenant is missing")
	ErrUserIdMissing     = errors.New("user id is missing")
	ErrConnectionTimeout = errors.New("connection timeout")

	// domain errors
	ErrDomainNotFound            = errors.New("domain not found")
	ErrDomainConfigurationFailed = errors.New("domain configuration failed")

	// email errors
	ErrEmailAlreadyProcessed = errors.New("email already processed, skipping")

	// mailbox errors
	ErrMailboxExists           = errors.New("mailbox already exists")
	ErrMailboxNotFound         = errors.New("mailbox not found")
	ErrMailboxNotOwnedByTenant = errors.New("mailbox does not belong to tenant")
)

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