eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor\Exception::getStatus PHP Method

getStatus() protected method

Returns HTTP status code.
protected getStatus ( ) : integer
return integer
    protected function getStatus()
    {
        return 500;
    }