Class: SiteLoadingError
Defined in: electron/services/database/interfaces.ts:84
Custom error for site loading operations.
Provides enhanced error context and stack trace preservation for site loading failures.
Hierarchy
Extends
Constructors
Constructor
new SiteLoadingError(message: string, options?: ErrorOptions): SiteLoadingError;
Defined in: electron/services/database/interfaces.ts:91
Create a new SiteLoadingError.
Parameters
message
string
Descriptive error message
options?
ErrorOptions
Optional error options with causal metadata
Returns
SiteLoadingError
Overrides
Error.constructor;