ErrorGIO.fromWin32_Error

Converts some common error codes into GIO error codes. The fallback value G_IO_ERROR_FAILED is returned for error codes not handled. Since 2.26

class ErrorGIO
static
fromWin32_Error
()

Parameters

errorCode int

Windows error number.

Return Value

GIOErrorEnum value for the given error number.

Meta