KeyFactory.stringToKey((String) r.getPayload()), r);
} catch (IllegalArgumentException e) { // invalid input key string
return r.withWarning(ErrorCode.W129);
}
} else {
return r.withWarning(ErrorCode.W125);
}
} else if (this.ops.size() % 2 == 0) { //TODO KEY('kind', 'name'/ID [, 'kind', 'name'/ID...])
Key key = null;
// evaluation results, used at last to construct all previous results