Prado\Web\UI\WebControls\TFileUpload::getErrorCode PHP Метод

getErrorCode() публичный Метод

Returns an error code describing the status of this file uploading.
См. также: http://www.php.net/manual/en/features.file-upload.errors.php
public getErrorCode ( ) : integer
Результат integer the error code
    public function getErrorCode()
    {
        return $this->_errorCode;
    }