Represents the list of responses for a change set in a batch request.

Type Parameters

  • DeSerializersT extends DeSerializers

    Type of the (de-)serializers.

Hierarchy

  • BatchResponseTypeGuards<DeSerializersT>
    • WriteResponsesCommon

Properties

isError: (() => this is ErrorResponse)

Type declaration

isReadResponse: (() => this is ReadResponseCommon<DeSerializersT>)

Type declaration

isSuccess: (() => this is WriteResponsesCommon<DeSerializersT> | ReadResponseCommon<DeSerializersT>)

Type declaration

isWriteResponses: (() => this is WriteResponsesCommon<DeSerializersT>)

Type declaration

responses: WriteResponseCommon<DeSerializersT>[]

List of responses for a change set in a batch request.

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