2022-11-29 21:53:28 +00:00
|
|
|
// Copyright The OpenTelemetry Authors
|
2024-04-11 07:46:22 +00:00
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
2021-01-31 23:10:16 +00:00
|
|
|
|
2022-11-29 21:53:28 +00:00
|
|
|
/*
|
|
|
|
Package codes defines the canonical error codes used by OpenTelemetry.
|
2021-01-31 23:10:16 +00:00
|
|
|
|
2022-11-29 21:53:28 +00:00
|
|
|
It conforms to [the OpenTelemetry
|
2023-07-07 07:04:32 +00:00
|
|
|
specification](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.20.0/specification/trace/api.md#set-status).
|
2022-11-29 21:53:28 +00:00
|
|
|
*/
|
|
|
|
package codes // import "go.opentelemetry.io/otel/codes"
|