CollectorGetConstraintsErrorMessage Method
Obtain a message which represents the violation ID.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public string GetConstraintsErrorMessage(
string violationID
)
Public Function GetConstraintsErrorMessage (
violationID As String
) As String
public:
String^ GetConstraintsErrorMessage(
String^ violationID
)
member GetConstraintsErrorMessage :
violationID : string -> string
- violationID String
- the constraint ID to obtain the error message for
Stringmessage of the corresponding violationID
When presenting on a GUI, the returned constraint message is a more
meaningful representation of the constraint violation ID.