Zend\Diactoros\UploadedFile::getError PHP Method

getError() public method

See also: http://php.net/manual/en/features.file-upload.errors.php
public getError ( ) : integer
return integer One of PHP's UPLOAD_ERR_XXX constants.
    public function getError()
    {
        return $this->error;
    }