ArchiveReadError Class

Represents document data archive (.dda) read error information

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform.Archive
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public class ArchiveReadError
Inheritance
Object    ArchiveReadError

Constructors

ArchiveReadErrorInitializes a new instance of the ArchiveReadError class

Properties

DocGuid The DocGuid of the document with an error.
DocId The DocId of the document with an error.
Error The associated error message.
ParentDocGuid The ParentDocGuid of the document with an error.
ParentId The ParentId of the document with an error.
Result The Result of the document with an error.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also