\r\n

51Degrees Pipeline PHP  4.2Newer Version 4.4

51Degrees Pipeline for PHP

fiftyone\pipeline\core\Messages Class Reference

Detailed Description

Constants used for messages returned to the user.

These can be error messages, or otherwise. Messages which require formatting will contain format characters e.g. s.

Data Fields

const  NO_ELEMENT_DATA
Error message thrown when there is no matching element in the FlowData. More...
const  PASS_KEY_VALUE = "Must pass key and value"
const  FLOW_DATA_PROCESSED = "FlowData already processed"

Field Documentation

◆ NO_ELEMENT_DATA

const fiftyone\pipeline\core\Messages::NO_ELEMENT_DATA
Initial value:
= "There is no element data for '%s' against "
. "this flow data. Available element data keys are: '%s'"

Error message thrown when there is no matching element in the FlowData.

On This Page