create mode 100644 src/Microsoft.Management.Infrastructure.CimCmdlets/CimWriteError.cs create mode 100644 src/Microsoft.Management.UI.Internal/ManagementList/FilterCore/ValidationRules/DataErrorInfoValidationResult.cs create mode 100644 src/Microsoft.Management.UI.Internal/ManagementList/FilterCore/ValidationRules/DataErrorInfoValidationRule.cs create mode 100644 src/Microsoft.Management.UI.Internal/resources/Graphics/Error16.png create mode 100644 src/Microsoft.PowerShell.Commands.Management/cimSupport/cmdletization/cim/TerminatingErrorTracker.cs create mode 100644 src/Microsoft.PowerShell.Commands.Utility/commands/utility/Get-Error.cs create mode 100644 src/Microsoft.PowerShell.Commands.Utility/resources/WriteErrorStrings.resx create mode 100644 src/System.Management.Automation/engine/ComInterop/ErrorArgBuilder.cs create mode 100644 src/System.Management.Automation/engine/ComInterop/Errors.cs create mode 100644 src/System.Management.Automation/engine/ErrorPackage.cs create mode 100644 src/System.Management.Automation/engine/Interop/Windows/Errors.cs create mode 100644 src/System.Management.Automation/engine/lang/interface/PSParseError.cs create mode 100644 src/System.Management.Automation/engine/remoting/client/RemotingErrorRecord.cs create mode 100644 src/System.Management.Automation/help/HelpErrorTracer.cs create mode 100644 src/System.Management.Automation/resources/ConsoleInfoErrorStrings.resx create mode 100644 src/System.Management.Automation/resources/ErrorCategoryStrings.resx create mode 100644 src/System.Management.Automation/resources/ErrorPackage.resx create mode 100644 src/System.Management.Automation/resources/ErrorPackageRemoting.resx create mode 100644 src/System.Management.Automation/resources/GetErrorText.resx create mode 100644 src/System.Management.Automation/resources/HelpErrors.resx create mode 100644 src/System.Management.Automation/resources/MiniShellErrors.resx create mode 100644 src/System.Management.Automation/resources/RemotingErrorIdStrings.resx create mode 100644 test/powershell/Language/Scripting/CleanBlockErrorHandling.Tests.ps1 create mode 100644 test/powershell/Language/Scripting/CommandErrorHandling.Tests.ps1 create mode 100644 test/powershell/Language/Scripting/ErrorHistoryId.Tests.ps1 create mode 100644 test/powershell/Language/Scripting/ErrorPosition.Tests.ps1 create mode 100644 test/powershell/Language/Scripting/OutErrorVariable.Tests.ps1 create mode 100644 test/powershell/Modules/Microsoft.PowerShell.Core/Get-Error.Tests.ps1 create mode 100644 test/powershell/Modules/Microsoft.PowerShell.Utility/Get-Error.Tests.ps1 create mode 100644 test/powershell/Modules/Microsoft.PowerShell.Utility/Write-Error.Tests.ps1 create mode 100644 test/powershell/engine/Basic/NativeCommandErrorHandling.Tests.ps1 create mode 100644 test/powershell/engine/Formatting/ErrorView.Tests.ps1 create mode 100644 test/tools/WebListener/Models/ErrorViewModel.cs create mode 100644 test/tools/WebListener/Views/Shared/Error.cshtml >>> ERROR: powershell: prepare failed