Enum tauri_bundler::Error [−][src]
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), EnvironmentError, IconPathError, PathUtilError(String), ShellScriptError(String), GenericError(String), UnableToFindProject, Utf8(Utf8Error),
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)
ArchError(String)
PathUtilError(String)
ShellScriptError(String)
GenericError(String)
No bundled project found for the updater.
Utf8(Utf8Error)
Trait Implementations
impl From<ImageError> for Error
[src]
impl From<ImageError> for Error
[src]fn from(source: ImageError) -> Self
[src]
impl From<PatternError> for Error
[src]
impl From<PatternError> for Error
[src]fn from(source: PatternError) -> Self
[src]
impl From<RenderError> for Error
[src]
impl From<RenderError> for Error
[src]fn from(source: RenderError) -> Self
[src]
impl From<StripPrefixError> for Error
[src]
impl From<StripPrefixError> for Error
[src]fn from(source: StripPrefixError) -> Self
[src]
impl From<TryFromIntError> for Error
[src]
impl From<TryFromIntError> for Error
[src]fn from(source: TryFromIntError) -> Self
[src]
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
impl !UnwindSafe for Error