Enum ic_kit::RejectionCode [−][src]
#[repr(i32)]
pub enum RejectionCode {
NoError,
SysFatal,
SysTransient,
DestinationInvalid,
CanisterReject,
CanisterError,
Unknown,
}Expand description
Rejection code from calling another canister.
These can be obtained either using reject_code() or reject_result().
Variants
Trait Implementations
Performs the conversion.
Performs the conversion.