ID EN
Shutil

Error

Python 3.11

This exception collects exceptions that are raised during a multi-file operation. For copytree(), the exception argument is a list of 3-tuples (srcname, dstname, exception).

Syntax

PYTHON
exception shutil.Error

See Also

copytree()