|
wslwinreg
|
This exception doesn't exist in Cygwin/MSYS, provide it. More...


Public Member Functions | |
| __init__ (self, winerror, strerror=None, filename=None) | |
| Initialize a WindowsError exception. | |
| __str__ (self) | |
| Convert the class into a string. | |
Public Attributes | |
| winerror = winerror | |
| Windows error code. | |
| errno = winerror_to_errno(winerror) | |
| Linux style error code. | |
| strerror = strerror | |
| Description string of the error. | |
| filename = filename | |
| Name of the responsible file for this error. | |
This exception doesn't exist in Cygwin/MSYS, provide it.
| wslwinreg.wslapi.WindowsError.__init__ | ( | self, | |
| winerror, | |||
| strerror = None, | |||
| filename = None ) |
Initialize a WindowsError exception.
| winerror | The windows error code |
| strerror | The string describing the error |
| filename | Name of the file that caused this error, if applicable. |
| wslwinreg.wslapi.WindowsError.__str__ | ( | self | ) |
Convert the class into a string.