@hackage Win32-errors0.2.2.7
Alternative error handling for Win32 foreign calls
Categories
License
BSD-3-Clause
Maintainer
mikesteele81@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (4)
- Win32 >=2.2 && <2.14
- base >=4.6 && <5.0
- template-haskell >=2.18 && <2.30
- text >=0.11 && <2.1.0 Show all…
Dependents (6)
@hackage/Win32-security, @hackage/Win32-services-wrapper, @hackage/acme-everything, @hackage/Win32-junction-point, @hackage/Win32-dhcp-server, @hackage/Win32-services
This package provides an alternative to the Win32 library's error handling mechanism. The goal is to provide a nearly drop-in replacement for Win32's error-handling functions while offering the following benefits:
Ability to distinguish between different Win32 error codes.
Ability to catch Win32 exceptions separately from other exception types.
Ability to query for the generating function's name and standard system error massage associated with the exception.