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>
    • WriteResponses

Properties

isError: (() => this is ErrorResponse)

Type declaration

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

Type declaration

isSuccess: (() => this is WriteResponses<DeSerializersT> | ReadResponse<DeSerializersT>)

Type declaration

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

Type declaration

responses: WriteResponse<DeSerializersT>[]

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

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