public List getLinkNotReachableErrorCodes()

in dubbo-error-code-inspector/src/main/java/org/apache/dubbo/errorcode/reporter/InspectionResult.java [48:50]


    public List<String> getLinkNotReachableErrorCodes() {
        return linkNotReachableErrorCodes;
    }