| Package | Description |
|---|---|
| com.atlassian.stash.rest.client.api |
| Modifier and Type | Method and Description |
|---|---|
List<StashError> |
StashException.getErrors() |
static List<StashError> |
StashException.toErrors(String message) |
static List<StashError> |
StashException.toErrors(String message,
Throwable e) |
| Constructor and Description |
|---|
StashException(List<StashError> errors) |
StashRestException(List<StashError> errors,
int statusCode,
String statusMessage) |
StashRestException(List<StashError> errors,
int statusCode,
String statusMessage,
String responseBody) |
StashUnauthorizedRestException(List<StashError> errors,
int statusCode,
String statusMessage) |
StashUnauthorizedRestException(List<StashError> errors,
int statusCode,
String statusMessage,
String responseBody) |
Copyright © 2020 Atlassian. All rights reserved.