CollectorGetConstraintsErrorMessage Method

Obtain a message which represents the violation ID.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public string GetConstraintsErrorMessage(
	string violationID
)

Parameters

violationID  String
the constraint ID to obtain the error message for

Return Value

String
message of the corresponding violationID

Remarks

When presenting on a GUI, the returned constraint message is a more meaningful representation of the constraint violation ID.

See Also