SAP AI SDK for JavaScript - v2.13.0
    Preparing search index...

    Interface BatchOutputErrorExperimental

    Error details for a failed batch request. This API is experimental and may change at any time without prior notice.

    interface BatchOutputError {
        code: string | null;
        message: unknown;
    }
    Index
    code: string | null

    Error code, or null if not available.

    message: unknown

    Error message details.