deno / latest / ~ / deno.errors.alreadyexists.html

Deno.errors.AlreadyExists

Raised when trying to create a resource, like a file, that already exits.

class AlreadyExists extends Error { }

Extends

Error