Ошибки WindowsОшибка
ERROR_NOT_SUPPORTED (50)ERROR_NOT_SUPPORTED (50) — Request Not Supported
The requested operation is not supported by the system.
windows
Подробнее ERROR_FILE_SYSTEM_LIMITATION (665)The requested operation could not be completed due to a file system limitation.
The operation exceeds a filesystem limit such as maximum file size, maximum path length, or maximum number of files in a directory.
Use a different filesystem. Reduce the file size or path length. Restructure directories.
ERROR_NOT_SUPPORTED (50)The requested operation is not supported by the system.
ERROR_NEGATIVE_SEEK (131)An attempt was made to move the file pointer before the beginning of the file.
ERROR_SERVICE_NOT_ACTIVE (1062)The service has not been started.
ERROR_ALREADY_EXISTS (183)The file or directory already exists when attempting to create it.
ERROR_LOCK_VIOLATION (33)The file region is locked and cannot be accessed.
ERROR_SUCCESS (0)The operation completed without errors.