Enum tauri_bundler::Error [−][src]
#[non_exhaustive] pub enum Error {}Show variants
BundlerError(Error), GlobError(GlobError), GlobPatternError(PatternError), IoError(Error), ImageError(ImageError), TomlError(Error), WalkdirError(Error), StripError(StripPrefixError), ConvertError(TryFromIntError), ZipError(ZipError), HandleBarsError(RenderError), JsonError(Error), RegexError(Error), HashError, ArchError(String), IconPathError, PathUtilError(String), ShellScriptError(String), GenericError(String), UnableToFindProject, Utf8(Utf8Error), SignToolNotFound, OpenRegistry(String), GetRegistryValue(String), UnsupportedBitness, Sign(String),
Expand description
Errors returned by the bundler.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
BundlerError(Error)
Bundler error.
GlobError(GlobError)
Failed to use glob pattern.
GlobPatternError(PatternError)
Invalid glob pattern.
IoError(Error)
I/O error.
ImageError(ImageError)
Image error.
TomlError(Error)
TOML error.
WalkdirError(Error)
Error walking directory.
StripError(StripPrefixError)
Strip prefix error.
ConvertError(TryFromIntError)
Number parse error.
ZipError(ZipError)
Zip error.
HandleBarsError(RenderError)
Handlebars template error.
JsonError(Error)
JSON error.
RegexError(Error)
Regex error.
Failed to validate downloaded file hash.
ArchError(String)
Unsupported architecture.
Couldn’t find icons.
PathUtilError(String)
Error on path util operation.
ShellScriptError(String)
Error on shell script.
GenericError(String)
Generic error.
No bundled project found for the updater.
Utf8(Utf8Error)
String is not UTF-8.
Windows SignTool not found.
OpenRegistry(String)
Failed to open Windows registry.
GetRegistryValue(String)
Failed to get registry value.
Unsupported OS bitness.
Sign(String)
Failed to sign application.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error