You are here

public function UploadedFile::getError in Lockr 7.3

Return value

int One of PHP's UPLOAD_ERR_XXX constants.

Overrides UploadedFileInterface::getError

See also

http://php.net/manual/en/features.file-upload.errors.php

File

vendor/guzzlehttp/psr7/src/UploadedFile.php, line 293

Class

UploadedFile

Namespace

GuzzleHttp\Psr7

Code

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