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

getStatus() protected method

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