Class PollOperationDetails

java.lang.Object
com.azure.core.util.polling.PollOperationDetails

public final class PollOperationDetails extends Object
PollOperationDetails provides details for long running operations.
  • Method Details

    • getOperationId

      public String getOperationId()
      Gets the unique ID of the operation.
      Returns:
      the unique ID of the operation.
    • getError

      public ResponseError 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".