Vertex Viewer SDK
    Preparing search index...

    Interface Invalid

    A type that captures all errors on invalid input.

    interface Invalid {
        errors: string[];
    }
    Index
    errors: string[]

    A list of errors in the input.