HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
Constants.py File Reference

Go to the source code of this file.

Namespaces

 jchecker.Constants
 

Variables

string jchecker.Constants.APP_NAME = "JsonChecker"
 
string jchecker.Constants.VALUE_SEPARATOR = ','
 
string jchecker.Constants.ERROR_STR1 = "ERROR_ABSENT_ARG"
 
string jchecker.Constants.ERROR_STR2 = "ERROR_NO_JSON_FILE"
 
string jchecker.Constants.ERROR_STR3 = "ERROR_BAD_JSON"
 
string jchecker.Constants.ERROR_STR4 = "ERROR_PATH_NOT_FOUND"
 
string jchecker.Constants.ERROR_STR5 = "ERROR_VALUE_NOT_FOUND"
 
int jchecker.Constants.ERROR_NOERROR = 0
 
int jchecker.Constants.ERROR_ARG1 = 1
 
int jchecker.Constants.ERROR_FILE = 1
 
int jchecker.Constants.ERROR_BAD_JSON = 1
 
int jchecker.Constants.ERROR_PATH_NOT_FOUND = 1
 
int jchecker.Constants.ERROR_VALUE_NOT_FOUND = 1