Searched refs:TextAPIErrorCode (Results 1 – 7 of 7) 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()
82 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parseType()155 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parse()158 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parse()162 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parse()
23 case TextAPIErrorCode::NoSuchArchitecture: in log()26 case TextAPIErrorCode::InvalidInputFormat: in log()
228 TextAPIError(TextAPIErrorCode::InvalidInputFormat, in parseAliasList()
239 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 readFile()
92 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat);96 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat); in getArgListFromJSON() 770 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat,