Class | Description |
---|---|
ErrorCollection |
A collection of errors that happen during the processing of a particular code flow.
|
ErrorCollection.ErrorItem | |
JiraCopiedRestErrorCollection |
A JAXB representation of an
ErrorCollection useful for returning via JSON or XML. |
JiraCopiedRestErrorCollection.Builder |
Builder used to create a new immutable error collection.
|
Enum | Description |
---|---|
ErrorCollection.ErrorItem.Type | |
ErrorCollection.Reason |
Copied from JIRA's ErrorCollection interface.
|
Exception | Description |
---|---|
JiraCopiedBadRequestWebException |
This exception is thrown when a JIRA REST resource is not found, or it cannot be read for some other reason (such as
security checks).
|
JiraCopiedConflictWebException |
This exception is thrown when an operation conflicted with another user.
|
JiraCopiedNotAuthorisedWebException |
This exception is thrown when a caller is not authorised to access a JIRA REST resource.
|
JiraCopiedNotFoundWebException |
This exception is thrown when a JIRA REST resource is not found, or it cannot be read for some other reason (such as
security checks).
|
JiraCopiedServerErrorWebException |
This exception is thrown when a JIRA REST resource aborts in an unforeseen manner.
|
Copyright © 2007–2015 Atlassian. All rights reserved.