SAP Cloud SDK for JavaScript - v4.1.1
    Preparing search index...

    Type Alias BatchResponse<DeSerializersT>

    BatchResponse:
        | ReadResponse<DeSerializersT>
        | WriteResponses<DeSerializersT>
        | ErrorResponse

    Union of the possible batch responses: ReadResponseCommon, WriteResponsesCommon and @sap-cloud-sdk/odata-common!ErrorResponse.

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

    Type Parameters