| Package | Description |
|---|---|
| org.apache.lens.api.query | |
| org.apache.lens.api.result | |
| org.apache.lens.server.api.error |
| Modifier and Type | Method and Description |
|---|---|
LensErrorTO |
QueryStatus.getLensErrorTO() |
| Constructor and Description |
|---|
QueryStatus(double progress,
Integer queueNumber,
QueryStatus.Status status,
String statusMessage,
boolean isResultSetAvailable,
String progressMessage,
String errorMessage,
LensErrorTO lensErrorTO) |
| Modifier and Type | Method and Description |
|---|---|
static LensErrorTO<NoErrorPayload> |
LensErrorTO.composedOf(int code,
String message,
String stackTrace) |
static LensErrorTO<NoErrorPayload> |
LensErrorTO.composedOf(int code,
String message,
String stackTrace,
List<LensErrorTO> childErrors) |
static <PAYLOAD> LensErrorTO<PAYLOAD> |
LensErrorTO.composedOf(int code,
String message,
String stackTrace,
PAYLOAD payload) |
static <PAYLOAD> LensErrorTO<PAYLOAD> |
LensErrorTO.composedOf(int code,
String message,
String stackTrace,
PAYLOAD payload,
List<LensErrorTO> childErrors) |
LensErrorTO |
LensAPIResult.getLensErrorTO() |
| Modifier and Type | Method and Description |
|---|---|
List<LensErrorTO> |
LensErrorTO.getChildErrors() |
| Modifier and Type | Method and Description |
|---|---|
static LensAPIResult<NoResultData> |
LensAPIResult.composedOf(String apiVersion,
String id,
LensErrorTO lensErrorTO,
javax.ws.rs.core.Response.StatusType httpStatusCode) |
| Modifier and Type | Method and Description |
|---|---|
static LensErrorTO<NoErrorPayload> |
LensErrorTO.composedOf(int code,
String message,
String stackTrace,
List<LensErrorTO> childErrors) |
static <PAYLOAD> LensErrorTO<PAYLOAD> |
LensErrorTO.composedOf(int code,
String message,
String stackTrace,
PAYLOAD payload,
List<LensErrorTO> childErrors) |
| Modifier and Type | Method and Description |
|---|---|
LensErrorTO |
LensException.buildLensErrorTO(ErrorCollection errorCollection) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.