DocumentResult Error Stack Trace Property
Exception stack trace that is only set if ResultErrorMessage is due to caught internal exception.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public string ResultErrorStackTrace { get; set; }Property Value
StringRemarks
This property is only set when Result is not set to Ok and an internal exception was caught.