Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted by ConfluenceCloudBulkEditor.py

...

Returns the error of the given constraint at the current time.

Examples

...

languagetext
// Will get the constraint error for the LFHD_Head Constraint.

...


float $err;

...


$err = `getConstraintError "LFHD_Head"`;

...


print $err;