Searched refs:COMPONENT_ERR (Results 1 – 3 of 3) sorted by relevance
111 … msg = "BusinessError " + std::to_string(COMPONENT_ERR + workResult_) + ": IPC error."; in BuildWorkBusinessErr()122 … msg = "BusinessError " + std::to_string(COMPONENT_ERR + workResult_) + ": Execute fail."; in BuildWorkBusinessErr()125 … msg = "BusinessError " + std::to_string(COMPONENT_ERR + workResult_) + ": Forbidden execution."; in BuildWorkBusinessErr()128 … msg = "BusinessError " + std::to_string(COMPONENT_ERR + workResult_) + ": Device info error."; in BuildWorkBusinessErr()131 … msg = "BusinessError " + std::to_string(COMPONENT_ERR + workResult_) + ": Execute timeout."; in BuildWorkBusinessErr()134 … msg = "BusinessError " + std::to_string(COMPONENT_ERR + workResult_) + ": DB error."; in BuildWorkBusinessErr()137 … msg = "BusinessError " + std::to_string(COMPONENT_ERR + workResult_) + ": IO error."; in BuildWorkBusinessErr()140 … msg = "BusinessError " + std::to_string(COMPONENT_ERR + workResult_) + ": Network error."; in BuildWorkBusinessErr()
27 constexpr int32_t COMPONENT_ERR = 11500000; variable
338 return COMPONENT_ERR + CAST_INT(callResult); in ConvertToErrorCode()