Enum tauri_bundler::Error [−][src]
#[non_exhaustive] pub enum Error {}Show 26 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.
Bundler error.
Tuple Fields of BundlerError
0: Error
Failed to use glob pattern.
Tuple Fields of GlobError
0: GlobError
Invalid glob pattern.
Tuple Fields of GlobPatternError
0: PatternError
I/O error.
Tuple Fields of IoError
0: Error
Image error.
Tuple Fields of ImageError
0: ImageError
TOML error.
Tuple Fields of TomlError
0: Error
Error walking directory.
Tuple Fields of WalkdirError
0: Error
Strip prefix error.
Tuple Fields of StripError
Number parse error.
Tuple Fields of ConvertError
Zip error.
Tuple Fields of ZipError
0: ZipError
Handlebars template error.
Tuple Fields of HandleBarsError
0: RenderError
JSON error.
Tuple Fields of JsonError
0: Error
Regex error.
Tuple Fields of RegexError
0: Error
Failed to validate downloaded file hash.
Unsupported architecture.
Tuple Fields of ArchError
0: String
Couldn’t find icons.
Error on path util operation.
Tuple Fields of PathUtilError
0: String
Error on shell script.
Tuple Fields of ShellScriptError
0: String
Generic error.
Tuple Fields of GenericError
0: String
No bundled project found for the updater.
String is not UTF-8.
Tuple Fields of Utf8
0: Utf8Error
Windows SignTool not found.
Failed to open Windows registry.
Tuple Fields of OpenRegistry
0: String
Failed to get registry value.
Tuple Fields of GetRegistryValue
0: String
Unsupported OS bitness.
Failed to sign application.
Tuple Fields of Sign
0: String
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.