Enum ethcontract_common::errors::LinkError [−][src]
Expand description
An error linking a library to bytecode.
Variants
NotFound(String)
Error when attempting to link a library when its placeholder cannot be found.
UndefinedLibrary(String)
Error producing final bytecode binary when there are missing libraries that are not linked. Analogous to “undefinied symbol” error for traditional linkers.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LinkError
impl UnwindSafe for LinkError