MeasurementResultErrorCode Property

Gets the error code associated with the measurement.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
C#
public string ErrorCode { get; }

Property Value

String

Remarks

If the MeasurementResult IsValid, this will be "OK" otherwise it will contain another code which identifies an error like "INTERNAL_ERROR".

See Also