Class: SiteDeletionError
Defined in: electron/utils/database/siteDeletion.ts:54
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global\_Objects/Error thrown when a transactional site deletion fails.
Extends
Constructors
Constructor
new SiteDeletionError(
stage:"site"|"monitors",identifier:string,options: {cause?:unknown; }):SiteDeletionError
Defined in: electron/utils/database/siteDeletion.ts:58
Parameters
stage
"site" | "monitors"
identifier
string
options
cause?
unknown
Returns
SiteDeletionError
Overrides
Error.constructor
Properties
stage
readonlystage:"site"|"monitors"
Defined in: electron/utils/database/siteDeletion.ts:56
Stage of the deletion flow that triggered the failure.