Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class CouchbaseSearchResponseException

    Exception thrown for a failed search query response if EnsureSucess is called.

    Inheritance
    object
    Exception
    CouchbaseSearchResponseException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Couchbase.Search
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class CouchbaseSearchResponseException : Exception, ISerializable

    Constructors

    | Edit this page View Source

    CouchbaseSearchResponseException(string, SearchStatus, IList<string>)

    Creates a new CouchbaseSearchResponseException.

    Declaration
    public CouchbaseSearchResponseException(string message, SearchStatus status, IList<string> errors)
    Parameters
    Type Name Description
    string message

    Error message.

    SearchStatus status

    SearchStatus returned from Couchbase.

    IList<string> errors

    Errors returned from Couchbase.

    | Edit this page View Source

    CouchbaseSearchResponseException(string, SearchStatus, IList<string>, Exception)

    Creates a new CouchbaseSearchResponseException.

    Declaration
    public CouchbaseSearchResponseException(string message, SearchStatus status, IList<string> errors, Exception innerException)
    Parameters
    Type Name Description
    string message

    Error message.

    SearchStatus status

    SearchStatus returned from Couchbase.

    IList<string> errors

    Errors returned from Couchbase.

    Exception innerException

    Exception included in the response from Couchbase.

    Properties

    | Edit this page View Source

    Errors

    Errors returned from Couchbase.

    Declaration
    public IReadOnlyCollection<string> Errors { get; }
    Property Value
    Type Description
    IReadOnlyCollection<string>
    | Edit this page View Source

    Status

    SearchStatus returned from Couchbase.

    Declaration
    public SearchStatus Status { get; }
    Property Value
    Type Description
    SearchStatus

    Implements

    ISerializable

    Extension Methods

    ErrorClassExtensions.Classify(Exception)
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.