Class BulkOperationErrorResult

java.lang.Object
com.atlassian.jira.rest.client.api.domain.BulkOperationErrorResult

public class BulkOperationErrorResult extends Object
Represents error of creating single element during batch operation.
Since:
v1.1
  • Constructor Details

    • BulkOperationErrorResult

      public BulkOperationErrorResult(ErrorCollection errors, Integer failedElementNumber)
  • Method Details