AskSQL API Reference (core v0.10.0)
    Preparing search index...

    Interface ErrorContext

    Where an error surfaced, passed to onError.

    interface ErrorContext {
        method: string;
        path: string;
    }
    Index
    method: string
    path: string