Skip to content

AlreadyExistsError

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

Inherits from: Error

Constructor

AlreadyExistsError message …

Creates a resource-conflict error. Parameters match Error.

Parameters

NameTypeDescription
message Str Error message.
:code? ErrorCode Underlying platform code.