interface StatusCode
Hierarchy
- interface \OpenTelemetry\API\Trace\StatusCode
Expanded class hierarchy of StatusCode
All classes that implement StatusCode
See also
https://github.com/open-telemetry/opentelemetry-specification/blob/v1.6…
1 file declares its use of StatusCode
- WithSpanHandler.php in vendor/
open-telemetry/ api/ Instrumentation/ WithSpanHandler.php
1 string reference to 'StatusCode'
- Profile::__sleep in vendor/
symfony/ http-kernel/ Profiler/ Profile.php
File
-
vendor/
open-telemetry/ api/ Trace/ StatusCode.php, line 10
Namespace
OpenTelemetry\API\TraceView source
interface StatusCode {
public const STATUS_UNSET = 'Unset';
public const STATUS_OK = 'Ok';
public const STATUS_ERROR = 'Error';
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
StatusCode::STATUS_ERROR | public | constant | |
StatusCode::STATUS_OK | public | constant | |
StatusCode::STATUS_UNSET | public | constant |