OpenTelemetry PHP

StatusData
in package
implements StatusDataInterface

FinalYes

Table of Contents

Interfaces

StatusDataInterface

Properties

$code  : string
$description  : string
$error  : self|null
$ok  : self|null
$unset  : self|null

Methods

__construct()  : mixed
create()  : self
error()  : self
getCode()  : string
getDescription()  : string
ok()  : self
unset()  : self

Properties

$description read-only

private string $description

Methods

__construct()

public __construct(string $code, string $description) : mixed
Parameters
$code : string
$description : string
Tags
psalm-param

API\StatusCode::STATUS_* $code

create()

public static create(string $code[, string|null $description = null ]) : self
Parameters
$code : string
$description : string|null = null
Tags
psalm-param

API\StatusCode::STATUS_* $code

Return values
self

error()

public static error() : self
Return values
self

getCode()

public getCode() : string
Return values
string

getDescription()

public getDescription() : string
Return values
string

ok()

public static ok() : self
Return values
self

unset()

public static unset() : self
Return values
self

        
On this page

Search results