doc.go 378 B

12345678910
  1. // Copyright The OpenTelemetry Authors
  2. // SPDX-License-Identifier: Apache-2.0
  3. /*
  4. Package codes defines the canonical error codes used by OpenTelemetry.
  5. It conforms to [the OpenTelemetry
  6. specification](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.20.0/specification/trace/api.md#set-status).
  7. */
  8. package codes // import "go.opentelemetry.io/otel/codes"