Enum svm_lib::SolcVmError
source · [−]pub enum SolcVmError {
GlobalVersionNotSet,
UnknownVersion,
UnsupportedVersion(String, String),
VersionNotInstalled(String),
ChecksumMismatch(String),
IoError(Error),
ReqwestError(Error),
SemverError(Error),
UrlError(ParseError),
}
Expand description
Error types from the svm_lib crate.
Variants
GlobalVersionNotSet
UnknownVersion
UnsupportedVersion(String, String)
VersionNotInstalled(String)
ChecksumMismatch(String)
IoError(Error)
ReqwestError(Error)
SemverError(Error)
UrlError(ParseError)
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for SolcVmError
impl Send for SolcVmError
impl Sync for SolcVmError
impl Unpin for SolcVmError
impl !UnwindSafe for SolcVmError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more