Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
EntityAccessDeniedHttpException.php
function EntityAccessDeniedHttpException::getError
Returns the error.
Return value
array The error.
File
core/
modules/
jsonapi/
src/
Exception/
EntityAccessDeniedHttpException.php
, line 84
Class
EntityAccessDeniedHttpException
Enhances the access denied exception with information about the entity.
Namespace
Drupal\jsonapi\Exception
Code
public
function
getError
() {
return
$this
->
error
; }
RSS feed