Click or drag to resize

DocumentResultErrorMessage Property

Error message associated with Result, if any. This property is only set when Result is not set to 'OK'.

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public string ResultErrorMessage { get; set; }

Property Value

String
See Also