You are here

protected property Error::$data in JSON-RPC 2.x

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

Additional information about the error.

Type: mixed

File

src/Object/Error.php, line 57

Class

Error
Error class to help implement JSON RPC's spec for errors.

Namespace

Drupal\jsonrpc\Object

Code

protected $data;