You are here

protected property Response::$error in JSON-RPC 2.x

Same name and namespace in other branches
  1. 8 src/Object/Response.php \Drupal\jsonrpc\Object\Response::error

The error.

Type: \Drupal\jsonrpc\Object\Error

File

src/Object/Response.php, line 49

Class

Response
Response object to help implement JSON RPC's spec for response objects.

Namespace

Drupal\jsonrpc\Object

Code

protected $error;