SAP AI SDK for JavaScript - v2.12.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

    Properties

    Properties

    code: string | null

    Error code, or null if not available.

    message: unknown

    Error message details.

    Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.