| Package | Description |
|---|---|
| com.atlassian.marketplace.client |
Top-level interfaces and value classes for the Atlassian Marketplace API.
|
| com.atlassian.marketplace.client.impl |
Internal implementation of Marketplace client APIs.
|
| com.atlassian.marketplace.client.model |
Entities that can be returned by the Atlassian Marketplace API.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<ErrorDetail> |
MpacException.ServerError.getErrorDetails()
Error details included in the response, if any.
|
| Constructor and Description |
|---|
ServerError(int status,
Iterable<ErrorDetail> errorDetails) |
| Modifier and Type | Method and Description |
|---|---|
static InternalModel.ErrorDetails |
InternalModel.errorDetails(Iterable<ErrorDetail> errorDetails) |
| Modifier and Type | Method and Description |
|---|---|
static ErrorDetail |
TestModelBuilders.errorDetail(String message)
Creates a new
ErrorDetail. |
static ErrorDetail |
TestModelBuilders.errorDetail(String message,
io.atlassian.fugue.Option<String> path,
io.atlassian.fugue.Option<String> code)
Creates a new
ErrorDetail. |
Copyright © 2019 Atlassian. All rights reserved.