Searched defs:ExceptionCode (Results 1 – 2 of 2) sorted by relevance
72 fn parse_exception_code(code: i32) -> ExceptionCode { in parse_exception_code()159 pub fn new_exception(exception: ExceptionCode, message: Option<&CStr>) -> Status { in new_exception()172 exception: ExceptionCode, in new_exception_str()226 pub fn exception_code(&self) -> ExceptionCode { in exception_code()
55 enum ExceptionCode { enum