Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FailedPropertyBatchInfo

Package version

Derived from PropertyBatchInfo. Represents the property batch failing. Contains information about the specific batch failure.

Hierarchy

  • FailedPropertyBatchInfo

Index

Properties

Optional errorMessage

errorMessage: undefined | string

The error message of the failed operation. Describes the exception thrown due to the first unsuccessful operation in the property batch.

kind

kind: "Failed"

Polymorphic Discriminator

Optional operationIndex

operationIndex: undefined | number

The index of the unsuccessful operation in the property batch.

Generated using TypeDoc