Class ActiveTransactionRecordEntryNotFoundException
An exception indicating that a specific entry in an Active Transaction Record was not found when it should have existd.
Implements
Inherited Members
Namespace: Couchbase.Client.Transactions.Error.Attempts
Assembly: Couchbase.NetClient.dll
Syntax
public class ActiveTransactionRecordEntryNotFoundException : CouchbaseException, ISerializable
Properties
| Edit this page View SourceId
Gets the ID of the entry that was supposed to exist.
Declaration
public string? Id { get; init; }
Property Value
Type | Description |
---|---|
string |