Searched refs:OrcErrorCode (Results 1 – 3 of 3) sorted by relevance
31 switch (static_cast<OrcErrorCode>(condition)) { in message()32 case OrcErrorCode::UnknownORCError: in message()34 case OrcErrorCode::DuplicateDefinition: in message()36 case OrcErrorCode::JITSymbolNotFound: in message()48 case OrcErrorCode::RPCConnectionClosed: in message()52 case OrcErrorCode::RPCResponseAbandoned: in message()54 case OrcErrorCode::UnexpectedRPCCall: in message()56 case OrcErrorCode::UnexpectedRPCResponse: in message()61 case OrcErrorCode::UnknownResourceHandle: in message()63 case OrcErrorCode::MissingSymbolDefinitions: in message()[all …]
24 enum class OrcErrorCode : int { enum45 std::error_code orcError(OrcErrorCode ErrCode);
73 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()99 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()121 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()135 return orcError(OrcErrorCode::UnknownORCError); in convertToErrorCode()143 return orcError(OrcErrorCode::MissingSymbolDefinitions); in convertToErrorCode()152 return orcError(OrcErrorCode::UnexpectedSymbolDefinitions); in convertToErrorCode()