Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class EventingFunctionErrorContext

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

    Properties

    | Edit this page View Source

    Info

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

    Message

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

    RetryReasons

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

    Methods

    | Edit this page View Source

    ToString()

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

    Implements

    IErrorContext
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.