Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Response.php

function Response::isClientError

Is there a client error?

@final

File

vendor/symfony/http-foundation/Response.php, line 1197

Class

Response
Response represents an HTTP response.

Namespace

Symfony\Component\HttpFoundation

Code

public function isClientError() : bool {
    return $this->statusCode >= 400 && $this->statusCode < 500;
}
RSS feed
Powered by Drupal