Uses of Class
com.atlassian.jira.rest.client.api.domain.util.ErrorCollection
Packages that use ErrorCollection
Package
Description
-
Uses of ErrorCollection in com.atlassian.jira.rest.client.api
Methods in com.atlassian.jira.rest.client.api that return types with arguments of type ErrorCollectionConstructor parameters in com.atlassian.jira.rest.client.api with type arguments of type ErrorCollectionModifierConstructorDescriptionRestClientException(Collection<ErrorCollection> errorCollections, int statusCode) RestClientException(Collection<ErrorCollection> errorCollections, Throwable cause, int statusCode) -
Uses of ErrorCollection in com.atlassian.jira.rest.client.api.domain
Methods in com.atlassian.jira.rest.client.api.domain that return ErrorCollectionConstructors in com.atlassian.jira.rest.client.api.domain with parameters of type ErrorCollectionModifierConstructorDescriptionBulkOperationErrorResult(ErrorCollection errors, Integer failedElementNumber) -
Uses of ErrorCollection in com.atlassian.jira.rest.client.api.domain.util
Methods in com.atlassian.jira.rest.client.api.domain.util that return ErrorCollection