MeasurementResultErrorCode Property
Gets the error code associated with the measurement.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public string ErrorCode { get; }
Public ReadOnly Property ErrorCode As String
Get
public:
property String^ ErrorCode {
String^ get ();
}
member ErrorCode : string with get
Property Value
String
If the MeasurementResult IsValid, this will be "OK" otherwise it will
contain another code which identifies an error like "INTERNAL_ERROR".