{"record":{"id":"d44fa32709e7250e","repo":"jenkinsci/jenkins","slug":"error-occurred-while-performing-this-command-see-d44fa3","errorCode":null,"errorMessage":"Error occurred while performing this command, see previous stderr output.","messagePattern":"Error occurred while performing this command, see previous stderr output\\.","errorType":"exception","errorClass":"AbortException","httpStatus":null,"severity":"error","filePath":"core/src/main/java/hudson/cli/DeleteViewCommand.java","lineNumber":96,"sourceCode":"                            group.getDisplayName(),\n                            view.getViewName()));\n                }\n\n                group.deleteView(view);\n            } catch (Exception e) {\n                if (hs.size() == 1) {\n                    throw e;\n                }\n\n                final String errorMsg = view_s + \": \" + e.getMessage();\n                stderr.println(errorMsg);\n                errorOccurred = true;\n                continue;\n            }\n        }\n\n        if (errorOccurred) {\n            throw new AbortException(CLI_LISTPARAM_SUMMARY_ERROR_TEXT);\n        }\n        return 0;\n    }\n}\n","sourceCodeStart":78,"sourceCodeEnd":101,"githubUrl":"https://github.com/jenkinsci/jenkins/blob/2e228ff40b14dbc8b14ffbc6edf0e4383cf744fc/core/src/main/java/hudson/cli/DeleteViewCommand.java#L78-L101","documentation":"Error \"Error occurred while performing this command, see previous stderr output.\" thrown in jenkinsci/jenkins.","triggerScenarios":"Raised when the delete-view CLI command fails partway with an exception. The root cause is printed to stderr before this summary line.","commonSituations":"See trigger scenarios.","solutions":["Check the preceding stderr output for the underlying error.","Verify the view exists and you have View/Delete permission.","Ensure the view is not a system-protected view such as the default 'All' view."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"2e228ff40b14dbc8b14ffbc6edf0e4383cf744fc","analyzedAt":"2026-08-14T07:07:15.274Z","schemaVersion":2},"datasetVersion":"2026-08-14T10:17:34.591Z"}