You are here

protected property BadRequestException::$code in RESTful 7.2

Defines the HTTP error code.

Type: int

File

src/Exception/BadRequestException.php, line 17
Contains \Drupal\restful\Exception\BadRequestException.

Class

BadRequestException

Namespace

Drupal\restful\Exception

Code

protected $code = 400;