errors

package
v0.1.14 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	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")
	ErrInvalidEncryptionSession        = errors.New("invalid encryption session")
	ErrInvalidEncryptionKeyBuilderType = errors.New("invalid encryption key builder type")
	ErrReconstructedKeyMismatch        = errors.New("reconstructed key mismatch")
	ErrProjectPartRequired             = errors.New("project part is required")
	ErrDatabasePartRequired            = errors.New("database part is required")
	ErrFailedToSplitKey                = errors.New("failed to split key")
)
View Source
var (
	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")
	ErrProviderNotConfigured  = errors.New("provider not configured")
	ErrProviderConfigMismatch = errors.New("provider config mismatch")
	ErrUnexpectedStatusCode   = errors.New("unexpected status code")
	ErrCertTypeNotSupported   = errors.New("certificate type not supported")
	ErrProviderMisconfigured  = errors.New("provider misconfigured")
)
View Source
var (
	ErrShareNotFound      = errors.New("share not found")
	ErrShareAlreadyExists = errors.New("share already exists")
)
View Source
var (
	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.

Jump to

Keyboard shortcuts

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