@hackage / winerror

Error handling for foreign calls to the Windows API.

Latest1.0.1

About

Metadata

  • Last updated , by FelixMartini
  • License BSD-3-Clause
  • Categories FFI
  • Maintained by: fmartini@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

A small library useful for error handling when making foreign calls to the Windows API. Error codes set by Windows are converted to Haskell exceptions and can be thrown and caught with the usual exception handling functions in Control.Exception.