You are here

protected property UnprocessableEntityException::$code in RESTful 7.2

Defines the HTTP error code.

Type: int

File

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

Class

UnprocessableEntityException

Namespace

Drupal\restful\Exception

Code

protected $code = 422;