Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class EventingFunctionErrorContext

Inheritance
object
EventingFunctionErrorContext
Implements
IErrorContext
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Management.Eventing
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Uncommitted)]
public class EventingFunctionErrorContext : IErrorContext

Constructors

View Source

EventingFunctionErrorContext()

Declaration
public EventingFunctionErrorContext()

Properties

View Source

Info

Declaration
[JsonIgnore(Condition = JsonIgnoreCondition.Always)]
public object? Info { get; set; }
Property Value
Type Description
object
View Source

Message

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

RetryReasons

Declaration
public List<RetryReason>? RetryReasons { get; }
Property Value
Type Description
List<RetryReason>

Methods

View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Implements

IErrorContext
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.