You are here

protected property EntityAccessDeniedHttpException::$error in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/jsonapi/src/Exception/EntityAccessDeniedHttpException.php \Drupal\jsonapi\Exception\EntityAccessDeniedHttpException::error

The error which caused the 403.

The error contains:

  • entity: The entity which the current user does not have access to.
  • pointer: A path in the JSON:API response structure pointing to the entity.
  • reason: (Optional) An optional reason for this failure.

Type: array

File

core/modules/jsonapi/src/Exception/EntityAccessDeniedHttpException.php, line 40

Class

EntityAccessDeniedHttpException
Enhances the access denied exception with information about the entity.

Namespace

Drupal\jsonapi\Exception

Code

protected $error = [];