All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
erralias forGet-ActualError
- Added
Find-ErrorByMessagefunction
- Actually corrected Win32 error detection & conversion.
- Corrected Win32 error conversion
- Added
ErrorEx.Format.ps1xmlfor table and list view - Added
[Exception]$Exceptionparameter toGet-ActualError
- Renamed
[ErrorRecord]$Exceptionto[ErrorRecord]$ErrorRecord
- Win32 error code conversion via bitor
0x80070000.
- Supports Win32 error code conversion
0.1.0 - 2025-10-10
- Initial release
Get-ActualErrorfunction to decode HRESULT codesErrorExclass with bit field extractionFacilityCodeenum with all Windows facility codes- Support for both HResult integers and ErrorRecord objects
- Custom type data for formatted display