Archive Read Error 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)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public class ArchiveReadError- Inheritance
- Object ArchiveReadError
Constructors
| ArchiveReadError | Initializes 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
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |