public List getAllErrorCodes()

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


    public List<String> getAllErrorCodes() {
        return allErrorCodes;
    }