AlreadyExistsError

misc.exceptions.AlreadyExistsError(name: str, object_type: str)

Raised when an attempt is made to create an object that already exists.

Back to top