◆ ELEMENT_NOT_FOUND
const fiftyone\pipeline\core\Messages::ELEMENT_NOT_FOUND = "Element '%s' is not present in the FlowData. " |
Element not found in flowData.
This takes the element datakey as format argument.
\r\n
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.
const | NO_ELEMENT_DATA = "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.
|
const | NO_ELEMENT_DATA_NULL = "There is no element data for '%s' against this flow data.'" |
const fiftyone\pipeline\core\Messages::ELEMENT_NOT_FOUND = "Element '%s' is not present in the FlowData. " |
Element not found in flowData.
This takes the element datakey as format argument.
const fiftyone\pipeline\core\Messages::PROPERTY_NOT_FOUND = "Property '%s' is not present in the FlowData against '%s' ElementData. " |
Property not found in flowData.
This takes the element dataKey and property names as format arguments.
const fiftyone\pipeline\core\Messages::PROPERTY_NOT_SET_HEADER = "Property Name '%s' does not start with 'SetHeader'." |
Property does not start with SetHeader.
This takes the name of a property as a format argument.
const fiftyone\pipeline\core\Messages::WRONG_PROPERTY_FORMAT = "Property Name '%s' is not in the expected format i.e. SetHeader[Component][HeaderName]. " |
Property Name is not in the valid format.
This takes the property name as format argument.