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

getStatusCode() public method

Return's the HTTP status code that has to be send back with the response.
public getStatusCode ( ) : integer
return integer The HTTP status code
    public function getStatusCode()
    {
        return $this->statusCode;
    }