Package com.azure.core.util.polling
Class PollOperationDetails
java.lang.Object
com.azure.core.util.polling.PollOperationDetails
PollOperationDetails provides details for long running operations.
-
Method Summary
Modifier and TypeMethodDescriptiongetError()Gets the error object that describes the error when status is "Failed".Gets the unique ID of the operation.
-
Method Details
-
getOperationId
Gets the unique ID of the operation.- Returns:
- the unique ID of the operation.
-
getError
Gets the error object that describes the error when status is "Failed".- Returns:
- the error object that describes the error when status is "Failed".
-