Akashic Engine
    Preparing search index...

    Interface StorageLoadError

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

    Hierarchy (View Summary)

    Index

    Properties

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