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
jchecker.Constants Namespace Reference

Variables

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

Detailed Description

Created on Apr 2, 2014

@package: dtm
@author: scorp
@link: http://hierarchical-cluster-engine.com/
@copyright: Copyright © 2013-2014 IOIX Ukraine
@license: http://hierarchical-cluster-engine.com/license/
@since: 0.1

Variable Documentation

◆ APP_NAME

string jchecker.Constants.APP_NAME = "JsonChecker"

Definition at line 12 of file Constants.py.

◆ ERROR_ARG1

int jchecker.Constants.ERROR_ARG1 = 1

Definition at line 22 of file Constants.py.

◆ ERROR_BAD_JSON

int jchecker.Constants.ERROR_BAD_JSON = 1

Definition at line 24 of file Constants.py.

◆ ERROR_FILE

int jchecker.Constants.ERROR_FILE = 1

Definition at line 23 of file Constants.py.

◆ ERROR_NOERROR

int jchecker.Constants.ERROR_NOERROR = 0

Definition at line 21 of file Constants.py.

◆ ERROR_PATH_NOT_FOUND

int jchecker.Constants.ERROR_PATH_NOT_FOUND = 1

Definition at line 25 of file Constants.py.

◆ ERROR_STR1

string jchecker.Constants.ERROR_STR1 = "ERROR_ABSENT_ARG"

Definition at line 15 of file Constants.py.

◆ ERROR_STR2

string jchecker.Constants.ERROR_STR2 = "ERROR_NO_JSON_FILE"

Definition at line 16 of file Constants.py.

◆ ERROR_STR3

string jchecker.Constants.ERROR_STR3 = "ERROR_BAD_JSON"

Definition at line 17 of file Constants.py.

◆ ERROR_STR4

string jchecker.Constants.ERROR_STR4 = "ERROR_PATH_NOT_FOUND"

Definition at line 18 of file Constants.py.

◆ ERROR_STR5

string jchecker.Constants.ERROR_STR5 = "ERROR_VALUE_NOT_FOUND"

Definition at line 19 of file Constants.py.

◆ ERROR_VALUE_NOT_FOUND

int jchecker.Constants.ERROR_VALUE_NOT_FOUND = 1

Definition at line 26 of file Constants.py.

◆ VALUE_SEPARATOR

string jchecker.Constants.VALUE_SEPARATOR = ','

Definition at line 13 of file Constants.py.