Class RepoCorruptionInfo
Describes a repository corruption condition surfaced via the CorruptionDetected event.
Implements
Namespace: FulcrumFS
Assembly: FulcrumFS.dll
Syntax
public sealed record RepoCorruptionInfo : IEquatable<RepoCorruptionInfo>
Properties
| Name | Description |
|---|---|
| Exception | Gets an optional exception carrying further detail (for example a parse failure for a malformed marker). |
| FileId | Gets the file ID of the affected file group. |
| Kind | Gets the kind of corruption detected. |
| Message | Gets a human-readable description of the corruption suitable for logging. |
| VariantId | Gets the variant ID associated with the corruption, or null if not variant-scoped. |