See: Description
| Class | Description |
|---|---|
| DateFormats |
Defines the format strings used for date and date/time values in the Marketplace REST API.
|
| InvalidFieldValue |
Indicates that an object returned by the server (or constructed by the caller) was invalid
because a field had a string value that was not one of its allowable values.
|
| MalformedJson |
Indicates that an object returned by the server had some JSON parsing error that
could not be described by one of the other
SchemaViolation subclasses. |
| MissingRequiredField |
Indicates that an object returned by the server (or constructed by the caller) was invalid
because a required field was omitted.
|
| MissingRequiredLink |
Indicates that an object returned by the server (or constructed by the caller) was invalid
because a required link relation was omitted.
|
| SchemaViolation |
Base class for error descriptors that indicate that a response from the Marketplace server did
not conform to the expected JSON schema, or that a model object constructed by the caller (to
be sent to the server) was invalid.
|
Copyright © 2016 Atlassian. All rights reserved.