Enum ic_utils::canister::CanisterBuilderError [−][src]
pub enum CanisterBuilderError {
PrincipalError(Box<dyn Error + Send + Sync>),
MustSpecifyAnAgent(),
MustSpecifyCanisterId(),
}Expand description
An error happened while building a canister.
Variants
Tuple Fields of MustSpecifyAnAgent
Tuple Fields of MustSpecifyCanisterId
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for CanisterBuilderError
impl Send for CanisterBuilderError
impl Sync for CanisterBuilderError
impl Unpin for CanisterBuilderError
impl !UnwindSafe for CanisterBuilderError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
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