Documentation
    Preparing search index...

    Interface DatabaseErrorParent

    interface DatabaseErrorParent {
        parameters?: object;
        sql: string;
    }

    Hierarchy

    Implemented by

    Index
    parameters?: object

    The parameters for the sql that triggered the error

    sql: string

    The SQL that triggered the error