Enum ns3_parallel::error::Error
source · [−]pub enum Error {
InvalidConfig(String),
FileNotFound(String),
InvalidTomlFormat(String),
ExecuteFail(String),
BuildFail(String),
RetryLimitExceed,
}Expand description
Error
Error type for NS3 executor.
Variants
InvalidConfig(String)
FileNotFound(String)
InvalidTomlFormat(String)
ExecuteFail(String)
BuildFail(String)
RetryLimitExceed
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more