WordPress\AiClientDependencies\Nyholm\Psr7
UploadedFile::getError
Method of the class: UploadedFile{}
No Hooks.
Returns
null. Nothing (null).
Usage
$UploadedFile = new UploadedFile(); $UploadedFile->getError(): int;
UploadedFile::getError() UploadedFile::getError code WP 7.0
public function getError(): int
{
return $this->error;
}