\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.cloudrequestengine.Constants.Messages Class Reference

Static Public Attributes

static final String  EvidenceConflict
static final String  MessageNoDataInResponse
static final String  MessageErrorCodeReturned
static final String  ExceptionCloudErrorsMultiple
static final String  ExceptionCloudError
static final String  ExceptionFailedToLoadProperties static final String  ProcessCloudEngineNotImplemented

Member Data Documentation

◆ EvidenceConflict

final String fiftyone.pipeline.cloudrequestengine.Constants.Messages.EvidenceConflict
static
Initial value:
=
"'%s:%s' evidence conflicts with %s"

◆ ExceptionCloudError

final String fiftyone.pipeline.cloudrequestengine.Constants.Messages.ExceptionCloudError
static
Initial value:
=
"Error returned from 51Degrees cloud service: %s"

◆ ExceptionCloudErrorsMultiple

final String fiftyone.pipeline.cloudrequestengine.Constants.Messages.ExceptionCloudErrorsMultiple
static
Initial value:
=
"Multiple errors returned from 51Degrees cloud service. See inner " +
"exceptions for details."

◆ ExceptionFailedToLoadProperties

final String fiftyone.pipeline.cloudrequestengine.Constants.Messages.ExceptionFailedToLoadProperties
static
Initial value:
=
"Failed to load aspect properties for element '%s'. 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"

◆ MessageErrorCodeReturned

final String fiftyone.pipeline.cloudrequestengine.Constants.Messages.MessageErrorCodeReturned
static
Initial value:
=
"Cloud service at '%s' returned status code '%d' with content: %s"

◆ MessageNoDataInResponse

final String fiftyone.pipeline.cloudrequestengine.Constants.Messages.MessageNoDataInResponse
static
Initial value:
=
"No data in response from cloud service at '%s'"

◆ ProcessCloudEngineNotImplemented

final String fiftyone.pipeline.cloudrequestengine.Constants.Messages.ProcessCloudEngineNotImplemented
static
Initial value:
=
"This method should be overridden in the class derived from "
+ "CloudAspectEngineBase class. The implementation should use "
+ "the 'json' parameter to populate the 'aspectData' accordingly. "
+ "This method will be called by the CloudAspectEngine.ProcessEngine() "
+ "method after it has successfully retrieved the JsonResponse from "
+ "the CloudRequestEngine."
On This Page