pub fn program_failure(
log_collector: &Option<Rc<RefCell<LogCollector>>>,
program_id: &Pubkey,
err: &InstructionError
)
Expand description

Log program execution failure

The general form is:

"Program <address> failed: <program error details>"