Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Interface IErrorContext

Namespace: Couchbase.Core
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Uncommitted)]
public interface IErrorContext

Properties

View Source

Message

Declaration
string? Message { get; }
Property Value
Type Description
string
View Source

RetryReasons

Declaration
List<RetryReason>? RetryReasons { get; }
Property Value
Type Description
List<RetryReason>
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.