Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. StatusCode.php

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\Trace
View 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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal