Enum air::FarewellError
source · pub enum FarewellError {
UnprocessedCallResult(CallResults),
}
Expand description
Errors happened during the interpreter farewell step.
Variants§
UnprocessedCallResult(CallResults)
Call results should be empty at the end of execution thanks to a execution invariant.
Trait Implementations§
source§impl Debug for FarewellError
impl Debug for FarewellError
source§impl Display for FarewellError
impl Display for FarewellError
source§impl Error for FarewellError
impl Error for FarewellError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()