Validation
This table list the error message displayed during planning engine optimization:
Validation Condition | Error Message |
---|---|
Optimization definition text must adhere to the required syntax. |
APACS126=Error parsing solver text on line {0}, character {1}: "{2}": {3} {0} = Line number within optimization definition {1} = Character number within line of optimization definition {2} = Text fragment containing the syntax problem {3} = Parsing syntax error message |
Class name is valid. |
APACS110=There is no class defined with name "{0}" {0} = Class name |
Property name is valid. |
APACS109=There is no property with name "{0}" defined for class "{1}". {0} = Property name {1} = Class name |
The cost value argument specified for posted property must be valid. |
APACS171=Error parsing "{0}", invalid number for cost specified for property "{1}.{2}". {0} = the provided cost value {1} = Class name for the posted property {2} = Property name for the posted property. |
Provided value argument for discrete constraints (threshold/multiple) must be valid. |
APACS210=Argument "{0}" for discrete constraint is not a valid number, nor a property or attribute for class "{1}". {0} = the provided value for the discrete constraint {1} = Class name for the discrete constraint |
The optimization name specified for 'include_optimization' solver parameter must exist. |
APACS235=Optimization "{0}" was not found {0} = Optimization name |