int getTotalErrorCount()

in src/main/groovy/com/epam/esp/jira/dto/JiraIssueProcessCounter.groovy [117:119]


    int getTotalErrorCount() {
        return getTotalProcessed() - (getTotalUpdated() + getTotalSkipped())
    }