in src/main/java/org/apache/nlpcraft/client/impl/NCClientImpl.java [286:289]
private static void checkStatus(String status) {
if (!status.equals(STATUS_API_OK))
throw new NCClientException(String.format("Unexpected message status: %s", status));
}