domain

package
v0.1.9 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Project errors
	ErrProjectNotFound             = errors.New("project not found")
	ErrEncryptionPartNotFound      = errors.New("encryption part not found")
	ErrEncryptionPartAlreadyExists = errors.New("encryption part already exists")
	ErrEncryptionPartRequired      = errors.New("encryption part is required")
	ErrAllowedOriginNotFound       = errors.New("allowed origin not found")

	// Provider errors
	ErrInvalidProviderConfig = errors.New("invalid provider config")
	ErrUnknownProviderType   = errors.New("unknown provider type")
	ErrProviderAlreadyExists = errors.New("custom authentication already registered for this project")
	ErrProviderNotFound      = errors.New("custom authentication not found")

	// Share errors
	ErrShareNotFound      = errors.New("share not found")
	ErrShareAlreadyExists = errors.New("share already exists")

	// User errors
	ErrUserNotFound              = errors.New("user not found")
	ErrExternalUserNotFound      = errors.New("external user not found")
	ErrExternalUserAlreadyExists = errors.New("external user already exists")
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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