Skip to main content

Module error

Module error 

Source
Expand description

Error model for the registry client.

Mirrors the snafu-based conventions used across the workspace (confium-core, confium-store). Public so callers can match on the concrete variants when surfacing CLI messages.

Structs§

ConfigSnafu
SNAFU context selector for the Error::Config variant
DownloadSnafu
SNAFU context selector for the Error::Download variant
FetchSnafu
SNAFU context selector for the Error::Fetch variant
HashMismatchSnafu
SNAFU context selector for the Error::HashMismatch variant
InvalidPathSnafu
SNAFU context selector for the Error::InvalidPath variant
IoSnafu
SNAFU context selector for the Error::Io variant
NotFoundSnafu
SNAFU context selector for the Error::NotFound variant
NotInstalledSnafu
SNAFU context selector for the Error::NotInstalled variant
PluginNotFoundSnafu
SNAFU context selector for the Error::PluginNotFound variant
PublicKeyFormatSnafu
SNAFU context selector for the Error::PublicKeyFormat variant
RnpLoadSnafu
SNAFU context selector for the Error::RnpLoad variant
RnpVerifySnafu
SNAFU context selector for the Error::RnpVerify variant
SignatureFormatSnafu
SNAFU context selector for the Error::SignatureFormat variant
SignatureInvalidSnafu
SNAFU context selector for the Error::SignatureInvalid variant
TomlParseSnafu
SNAFU context selector for the Error::TomlParse variant
TomlSerializeSnafu
SNAFU context selector for the Error::TomlSerialize variant
UntrustedPluginSnafu
SNAFU context selector for the Error::UntrustedPlugin variant
VerificationSubprocessSnafu
SNAFU context selector for the Error::VerificationSubprocess variant
VersionNotFoundSnafu
SNAFU context selector for the Error::VersionNotFound variant

Enums§

Error

Type Aliases§

Result