\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.engines.Constants.MissingPropertyMessages Class Reference

Static Public Attributes

static final String  PREFIX
static final String  DATA_UPGRADE_REQUIRED
static final String  PROPERTY_EXCLUDED
static final String  PRODUCT_NOT_IN_CLOUD_RESOURCE
static final String  PROPERTY_NOT_IN_CLOUD_RESOURCE
static final String  UNKNOWN

Member Data Documentation

◆ DATA_UPGRADE_REQUIRED

final String fiftyone.pipeline.engines.Constants.MissingPropertyMessages.DATA_UPGRADE_REQUIRED
static
Initial value:
=
"This is because your license and/or data file " +
"does not include this property. The property is available " +
"with the %s license/data for the %s"

◆ PREFIX

final String fiftyone.pipeline.engines.Constants.MissingPropertyMessages.PREFIX
static
Initial value:
=
"Property '%s' not found in data for element '%s'. "

◆ PRODUCT_NOT_IN_CLOUD_RESOURCE

final String fiftyone.pipeline.engines.Constants.MissingPropertyMessages.PRODUCT_NOT_IN_CLOUD_RESOURCE
static
Initial value:
=
"This is because your resource key does not include access to " +
"any properties under '%s'. For more details on resource keys, " +
"see our explainer: " +
"https://51degrees.com/documentation/_info__resource_keys.html"

◆ PROPERTY_EXCLUDED

final String fiftyone.pipeline.engines.Constants.MissingPropertyMessages.PROPERTY_EXCLUDED
static
Initial value:
=
"This is because the property has been excluded when configuring " +
"the engine."

◆ PROPERTY_NOT_IN_CLOUD_RESOURCE

final String fiftyone.pipeline.engines.Constants.MissingPropertyMessages.PROPERTY_NOT_IN_CLOUD_RESOURCE
static
Initial value:
=
"This is because your resource key does not include access to " +
"this property. Properties that are included for this key under " +
"'%s' are %s. For more details on resource keys, see our " +
"explainer: " +
"https://51degrees.com/documentation/_info__resource_keys.html"

◆ UNKNOWN

final String fiftyone.pipeline.engines.Constants.MissingPropertyMessages.UNKNOWN
static
Initial value:
=
"The reason for this is unknown. Please check that the aspect " +
"and property name are correct."
On This Page