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.PropertyBatchInfoFailedPropertyBatchInfo
Constructor
FailedPropertyBatchInfo(*, error_message: Optional[str] = None, operation_index: Optional[int] = None, **kwargs)
Parameters
- 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.
Feedback
Submit and view feedback for