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

Breadcrumb

  1. Drupal Core 11.1.x

StatusDataInterface.php

Namespace

OpenTelemetry\SDK\Trace

File

vendor/open-telemetry/sdk/Trace/StatusDataInterface.php

View source
<?php

declare (strict_types=1);
namespace OpenTelemetry\SDK\Trace;

interface StatusDataInterface {
    public static function ok() : self;
    public static function error() : self;
    public static function unset() : self;
    public function getCode() : string;
    public function getDescription() : string;

}

Interfaces

Title Deprecated Summary
StatusDataInterface

API Navigation

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