Class PollResult
java.lang.Object
com.azure.core.experimental.models.PollResult
Provides status details for long running operations.
-
Method Summary
Modifier and TypeMethodDescriptiongetError()Get the error property: Error object that describes the error when status is "Failed".Get the id property: The unique ID of the operation.
-
Method Details
-
getOperationId
Get the id property: The unique ID of the operation.- Returns:
- the unique ID of the operation.
-
getError
Get the error property: Error object that describes the error when status is "Failed".- Returns:
- the error object that describes the error when status is "Failed".
-