Enum ethers_solc::error::SolcError [−][src]
pub enum SolcError {
SolcError(String),
PragmaNotFound,
VersionNotFound,
ChecksumMismatch,
SemverError(Error),
SerdeJson(Error),
Io(Error),
NoContracts(String),
PatternError(PatternError),
}Expand description
Various error types
Variants
SolcError(String)
Tuple Fields
0: StringInternal solc error
PragmaNotFound
VersionNotFound
ChecksumMismatch
SemverError(Error)
Tuple Fields
0: ErrorSerdeJson(Error)
Tuple Fields
0: ErrorDeserialization error
Io(Error)
Tuple Fields
0: ErrorDeserialization error
NoContracts(String)
Tuple Fields
0: StringPatternError(PatternError)
Tuple Fields
0: PatternErrorTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for SolcError
impl !UnwindSafe for SolcError
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