Searched defs:ExceptionCode (Results 1 – 3 of 3) sorted by relevance
72 fn parse_exception_code(code: i32) -> ExceptionCode { in parse_exception_code()150 pub fn new_exception(exception: ExceptionCode, message: Option<&CStr>) -> Status { in new_exception()209 pub fn exception_code(&self) -> ExceptionCode { in exception_code()
55 enum ExceptionCode { enum
52 fn new_binder_exception<T: AsRef<str>>(exception: ExceptionCode, message: T) -> Status { in new_binder_exception()