Skip to content

Change overload AddBatchRequestStep(BatchRequestStep batchRequestStep) return type to void #49

@andrueastman

Description

@andrueastman

The current implementation of the AddBatchRequestStep(BatchRequestStep batchRequestStep) returns a boolean based on whether adding the batchRequestStep is successful or not.

We want to change the function and then throw the relevant ClientException when the addition is not successful.

Since this is already in use with existing customers the change should be ideally made the next time the SDK is updated with breaking changes.

Other Links

#47

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions