Couchbase .NET SDK | 3.9.0
Search Results for

    Show / Hide Table of Contents

    Class StellarRetryStrings

    Inheritance
    object
    StellarRetryStrings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Stellar.Core.Retry
    Assembly: Couchbase.NetClient.dll
    Syntax
    public static class StellarRetryStrings

    Fields

    | Edit this page View Source

    CasMismatch

    Declaration
    public const string CasMismatch = "CAS_MISMATCH"
    Field Value
    Type Description
    string
    | Edit this page View Source

    DocNotJson

    Declaration
    public const string DocNotJson = "DOC_NOT_JSON"
    Field Value
    Type Description
    string
    | Edit this page View Source

    DocTooDeep

    Declaration
    public const string DocTooDeep = "DOC_TOO_DEEP"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Locked

    Declaration
    public const string Locked = "LOCKED"
    Field Value
    Type Description
    string
    | Edit this page View Source

    PathMismatch

    Declaration
    public const string PathMismatch = "PATH_MISMATCH"
    Field Value
    Type Description
    string
    | Edit this page View Source

    PathValueOutOfRange

    Declaration
    public const string PathValueOutOfRange = "PATH_VALUE_OUT_OF_RANGE"
    Field Value
    Type Description
    string
    | Edit this page View Source

    PreconditionCas

    Declaration
    public const string PreconditionCas = "CAS"
    Field Value
    Type Description
    string
    | Edit this page View Source

    PreconditionDocNotJson

    Declaration
    public const string PreconditionDocNotJson = "DOC_NOT_JSON"
    Field Value
    Type Description
    string
    | Edit this page View Source

    PreconditionDocTooDeep

    Declaration
    public const string PreconditionDocTooDeep = "DOC_TOO_DEEP"
    Field Value
    Type Description
    string
    | Edit this page View Source

    PreconditionLocked

    Declaration
    public const string PreconditionLocked = "LOCKED"
    Field Value
    Type Description
    string
    | Edit this page View Source

    PreconditionPathMismatch

    Declaration
    public const string PreconditionPathMismatch = "PATH_MISMATCH"
    Field Value
    Type Description
    string
    | Edit this page View Source

    PreconditionPathValueOutOfRange

    Declaration
    public const string PreconditionPathValueOutOfRange = "PATH_VALUE_OUT_OF_RANGE"
    Field Value
    Type Description
    string
    | Edit this page View Source

    PreconditionValueOutOfRange

    Declaration
    public const string PreconditionValueOutOfRange = "VALUE_OUT_OF_RANGE"
    Field Value
    Type Description
    string
    | Edit this page View Source

    PreconditionValueTooLarge

    Declaration
    public const string PreconditionValueTooLarge = "VALUE_TOO_LARGE"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ReasonCasMismatch

    Declaration
    public const string ReasonCasMismatch = "CAS_MISMATCH"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ResourceTypeAnalyticsIndex

    Declaration
    public const string ResourceTypeAnalyticsIndex = "analyticsindex"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ResourceTypeBucket

    Declaration
    public const string ResourceTypeBucket = "bucket"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ResourceTypeCollection

    Declaration
    public const string ResourceTypeCollection = "collection"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ResourceTypeDocument

    Declaration
    public const string ResourceTypeDocument = "document"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ResourceTypePath

    Declaration
    public const string ResourceTypePath = "path"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ResourceTypeQueryIndex

    Declaration
    public const string ResourceTypeQueryIndex = "queryindex"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ResourceTypeScope

    Declaration
    public const string ResourceTypeScope = "scope"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ResourceTypeSearchIndex

    Declaration
    public const string ResourceTypeSearchIndex = "searchindex"
    Field Value
    Type Description
    string
    | Edit this page View Source

    TypeUrlBadRequest

    Declaration
    public const string TypeUrlBadRequest = "type.googleapis.com/google.rpc.BadRequest"
    Field Value
    Type Description
    string
    | Edit this page View Source

    TypeUrlErrorInfo

    Declaration
    public const string TypeUrlErrorInfo = "type.googleapis.com/google.rpc.ErrorInfo"
    Field Value
    Type Description
    string
    | Edit this page View Source

    TypeUrlPreconditionFailure

    Declaration
    public const string TypeUrlPreconditionFailure = "type.googleapis.com/google.rpc.PreconditionFailure"
    Field Value
    Type Description
    string
    | Edit this page View Source

    TypeUrlResourceInfo

    Declaration
    public const string TypeUrlResourceInfo = "type.googleapis.com/google.rpc.ResourceInfo"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Unlocked

    Declaration
    public const string Unlocked = "NOT_LOCKED"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ValueOutOfRange

    Declaration
    public const string ValueOutOfRange = "VALUE_OUT_OF_RANGE"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ValueTooLarge

    Declaration
    public const string ValueTooLarge = "VALUE_TOO_LARGE"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top © 2026 Couchbase, Inc.