Interface StorageLoadError

interface StorageLoadError {
    cause?: any;
    message: string;
    name: "StorageLoadError";
    stack?: string;
}

Hierarchy (view full)

Properties

cause?: any
message: string
name: "StorageLoadError"
stack?: string