Searched refs:TextAPIErrorCode (Results 1 – 4 of 4) sorted by relevance
20 enum class TextAPIErrorCode { enum31 TextAPIErrorCode EC;34 TextAPIError(TextAPIErrorCode EC) : EC(EC) {} in TextAPIError()35 TextAPIError(TextAPIErrorCode EC, std::string Msg) in TextAPIError()
23 case TextAPIErrorCode::NoSuchArchitecture: in log()26 case TextAPIErrorCode::InvalidInputFormat: in log()
235 return make_error<TextAPIError>(TextAPIErrorCode::NoSuchArchitecture); in remove()
340 return make_error<TextAPIError>(TextAPIErrorCode::UnsupportedTarget); in load() 366 return make_error<TextAPIError>(TextAPIErrorCode::NoSuchArchitecture); in readFile() 371 return make_error<TextAPIError>(TextAPIErrorCode::UnsupportedTarget); in readFile() 423 return make_error<TextAPIError>(TextAPIErrorCode::EmptyResults); in get()