public class ECSError extends Object
Other methods are here for internal use by jackson library
An example of error indexed in ELASTIC: https://github.com/elastic/apm-server/blob/master/docs/data/elasticsearch/generated/errors.json
Constructor and Description |
---|
ECSError(String errorCode,
String errorId) |
Modifier and Type | Method and Description |
---|---|
String |
errorCode() |
String |
errorId() |
List<String> |
errorMessage() |
void |
errorMessage(List<String> errorMessage) |
List<String> |
errorStackTrace() |
void |
errorStackTrace(List<String> errorStackTrace) |
List<String> |
errorType() |
void |
errorType(List<String> errorType) |
Copyright © 2014–2023. All rights reserved.