Skip to content

AlreadyExistsError

Raised when creating or renaming something would conflict with an existing filesystem path or other system resource.

Constructor

AlreadyExistsError message :code?

Creates a resource-conflict error. Parameters match Error.

Inherits