Searched refs:exception_code (Results 1 – 2 of 2) sorted by relevance
226 pub fn exception_code(&self) -> ExceptionCode { in exception_code() method295 let self_code = self.exception_code(); in eq()296 let other_code = other.exception_code(); in eq()401 assert_eq!(status.exception_code(), ExceptionCode::SERVICE_SPECIFIC); in make_service_specific_error()414 assert_eq!(status.exception_code(), ExceptionCode::ILLEGAL_STATE); in make_exception()424 assert_eq!(status.exception_code(), ExceptionCode::ILLEGAL_STATE); in make_exception_null()
272 assert_eq!(status.exception_code(), ExceptionCode::NULL_POINTER); in on_transact()