eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor\BadRequestException::getStatus PHP Méthode

getStatus() protected méthode

Returns HTTP status code.
protected getStatus ( ) : integer
Résultat integer
    protected function getStatus()
    {
        return 400;
    }
BadRequestException