WordPress\AiClientDependencies\Nyholm\Psr7

UploadedFile::getErrorpublicWP 1.0

Method of the class: UploadedFile{}

No Hooks.

Returns

null. Nothing (null).

Usage

$UploadedFile = new UploadedFile();
$UploadedFile->getError(): int;

UploadedFile::getError() code WP 7.0

public function getError(): int
{
    return $this->error;
}