public function UploadedFile::getError in Auth0 Single Sign On 8.2
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
Namespace
GuzzleHttp\Psr7Code
public function getError() {
return $this->error;
}