Modifier and Type | Method and Description |
---|---|
static DataError |
DataError.findErrorForDoc(List<DataError> list,
com.fasterxml.jackson.databind.JsonNode node)
Returns the data error for the given json doc in the list
|
static DataError |
DataError.fromJson(com.fasterxml.jackson.databind.node.ObjectNode node)
Parses a Json object node and returns the DataError corresponding to it.
|
Modifier and Type | Method and Description |
---|---|
List<DataError> |
Response.getDataErrors()
Errors related to each document
|
Modifier and Type | Method and Description |
---|---|
static DataError |
DataError.findErrorForDoc(List<DataError> list,
com.fasterxml.jackson.databind.JsonNode node)
Returns the data error for the given json doc in the list
|
Copyright © 2014. All rights reserved.