You are here

protected property UnprocessableEntityException::$description in RESTful 7.2

Exception description.

Type: string

Overrides RestfulException::$description

File

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

Class

UnprocessableEntityException

Namespace

Drupal\restful\Exception

Code

protected $description = 'Unprocessable Entity; Validation errors.';