Searched refs:new_exception (Results 1 – 3 of 3) sorted by relevance
154 pub fn new_exception(exception: ExceptionCode, message: Option<&CStr>) -> Status { in new_exception() method172 Self::new_exception(exception, message.and_then(to_cstring).as_deref()) in new_exception_str()
927 let status = $crate::Status::new_exception(
300 reply.write(&Status::new_exception( in on_transact()