4 lines
271 B
Text
4 lines
271 B
Text
|
The WindowsError gem provides an easily accessible reference for standard
|
||
|
Windows API Error Codes. It allows you to do comparisons as well as direct
|
||
|
lookups of error codes to translate the numerical value returned by the API,
|
||
|
into a meaningful and human readable message.
|