Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Interface IClassifiedTransactionError

An error with a clear classification.

Namespace: Couchbase.Client.Transactions.Error.Internal
Assembly: Couchbase.NetClient.dll
Syntax
public interface IClassifiedTransactionError

Properties

View Source

CausingErrorClass

The class of error that caused the failure.

Declaration
ErrorClass CausingErrorClass { get; }
Property Value
Type Description
ErrorClass
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.