Class RepoTransactionCompletionFailureInfo
Describes a transaction-completion failure surfaced via the TransactionCompletionFailed event. The failure occurred during the final commit or rollback step (not during the in-flight transaction body) and does not affect the integrity of the underlying data; affected files remain accessible in an indeterminate state pending repair by the next cleaner pass.
Implements
Namespace: FulcrumFS
Assembly: FulcrumFS.dll
Syntax
public sealed record RepoTransactionCompletionFailureInfo : IEquatable<RepoTransactionCompletionFailureInfo>
Properties
| Name | Description |
|---|---|
| Exception | Gets the exception describing the failure. When multiple errors occurred, this will be an AggregateException. |
| Operation | Gets the transaction-completion operation that failed (commit or rollback). |