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 // 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.
Click to show internal directories.
Click to hide internal directories.