AppserverIo\Appserver\ServletEngine\Utils\Error::getType PHP Method

getType() public method

Return's the error type.
public getType ( ) : integer
return integer The error type
    public function getType()
    {
        return $this->type;
    }