Enum svm_lib::SolcVmError [−][src]
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)
Tuple Fields
0: String
ChecksumMismatch(String)
Tuple Fields
0: String
IoError(Error)
Tuple Fields
0: Error
ReqwestError(Error)
Tuple Fields
0: Error
SemverError(Error)
Tuple Fields
0: Error
UrlError(ParseError)
Tuple Fields
0: ParseError
Trait Implementations
Performs the conversion.