FailedPropertyBatchInfo Class

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

All required parameters must be populated in order to send to Azure.

Inheritance
azure.servicefabric.models._models_py3.PropertyBatchInfo
FailedPropertyBatchInfo

Constructor

FailedPropertyBatchInfo(*, error_message: Optional[str] = None, operation_index: Optional[int] = None, **kwargs)

Parameters

kind
str
Required

Required. Constant filled by server.

error_message
str
Required

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

operation_index
int
Required

The index of the unsuccessful operation in the property batch.