Enum ic_cdk::api::call::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().