@qbraid-core
    Preparing search index...

    Interface APIErrorResponse

    interface APIErrorResponse {
        errors: Error[];
        trace: string;
    }
    Index

    Properties

    Properties

    errors: Error[]
    trace: string