Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Enum RequestSpanStatusCode

Status code for a IRequestSpan, following OpenTelemetry conventions.

Namespace: Couchbase.Core.Diagnostics.Tracing
Assembly: Couchbase.NetClient.dll
Syntax
public enum RequestSpanStatusCode

Fields

Name Description
Error

The operation failed with an error.

Ok

The operation completed successfully.

Unset

The default status, indicating status has not been explicitly set.

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