Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / operations/mrt / BulkDeleteRejectedBundle

Interface: BulkDeleteRejectedBundle

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:483

A bundle that the server rejected during a bulk-delete request.

Properties

bundleId?

optional bundleId: number

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:485

Bundle ID that was rejected. May be null when the server returned a batch error without a specific id.


reason

reason: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/push.ts:487

Reason the bundle was rejected.

Released under the Apache-2.0 License.