\r\n

51Degrees Pipeline Python  4.4

51Degrees Pipeline for Python

fiftyone_pipeline_cloudrequestengine.constants.Constants Class Reference

Static Public Attributes

string  FOD_CLOUD_API_URL = "FOD_CLOUD_API_URL"
string  BASE_URL_DEFAULT = "https://cloud.51degrees.com/api/v4/"
string  MESSAGE_NO_DATA_IN_RESPONSE = "No data in response from cloud service at {}"
 EXCEPTION_CLOUD_ERRORS_MULTIPLE = \
 EXCEPTION_CLOUD_ERROR = \
string  EVIDENCE_SEPERATOR = "." string  EVIDENCE_HTTPHEADER_PREFIX = "header" string  EVIDENCE_COOKIE_PREFIX = "cookie" string  EVIDENCE_QUERY_PREFIX = "query" string  EVIDENCE_OTHER = "other" string  WARNING_MESSAGE = "WARNING: '{}:{}' evidence conflicts with "

Member Data Documentation

◆ BASE_URL_DEFAULT

string fiftyone_pipeline_cloudrequestengine.constants.Constants.BASE_URL_DEFAULT = "https://cloud.51degrees.com/api/v4/"
static

◆ EVIDENCE_COOKIE_PREFIX

string fiftyone_pipeline_cloudrequestengine.constants.Constants.EVIDENCE_COOKIE_PREFIX = "cookie"
static

◆ EVIDENCE_HTTPHEADER_PREFIX

string fiftyone_pipeline_cloudrequestengine.constants.Constants.EVIDENCE_HTTPHEADER_PREFIX = "header"
static

◆ EVIDENCE_OTHER

string fiftyone_pipeline_cloudrequestengine.constants.Constants.EVIDENCE_OTHER = "other"
static

◆ EVIDENCE_QUERY_PREFIX

string fiftyone_pipeline_cloudrequestengine.constants.Constants.EVIDENCE_QUERY_PREFIX = "query"
static

◆ EVIDENCE_SEPERATOR

string fiftyone_pipeline_cloudrequestengine.constants.Constants.EVIDENCE_SEPERATOR = "."
static

◆ EXCEPTION_CLOUD_ERROR

fiftyone_pipeline_cloudrequestengine.constants.Constants.EXCEPTION_CLOUD_ERROR = \
static

◆ EXCEPTION_CLOUD_ERRORS_MULTIPLE

fiftyone_pipeline_cloudrequestengine.constants.Constants.EXCEPTION_CLOUD_ERRORS_MULTIPLE = \
static

◆ FOD_CLOUD_API_URL

string fiftyone_pipeline_cloudrequestengine.constants.Constants.FOD_CLOUD_API_URL = "FOD_CLOUD_API_URL"
static

◆ MESSAGE_NO_DATA_IN_RESPONSE

string fiftyone_pipeline_cloudrequestengine.constants.Constants.MESSAGE_NO_DATA_IN_RESPONSE = "No data in response from cloud service at {}"
static

◆ WARNING_MESSAGE

string fiftyone_pipeline_cloudrequestengine.constants.Constants.WARNING_MESSAGE = "WARNING: '{}:{}' evidence conflicts with "
static
On This Page