Searched refs:TextAPIErrorCode (Results 1 – 5 of 5) sorted by relevance
21 enum class TextAPIErrorCode { enum32 TextAPIErrorCode EC;35 TextAPIError(TextAPIErrorCode EC) : EC(EC) {} in TextAPIError()36 TextAPIError(TextAPIErrorCode EC, std::string Msg) in TextAPIError()
80 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parseType()153 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parse()156 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parse()160 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parse()
339 return make_error<TextAPIError>(TextAPIErrorCode::UnsupportedTarget); in load()365 return make_error<TextAPIError>(TextAPIErrorCode::NoSuchArchitecture); in readFile()370 return make_error<TextAPIError>(TextAPIErrorCode::UnsupportedTarget); in readFile()422 return make_error<TextAPIError>(TextAPIErrorCode::EmptyResults); in readFile()
228 TextAPIError(TextAPIErrorCode::InvalidInputFormat, in parseAliasList()
233 return make_error<TextAPIError>(TextAPIErrorCode::NoSuchArchitecture); in remove()