You are here

protected property Error::$code in JSON-RPC 8

Same name and namespace in other branches
  1. 2.x src/Object/Error.php \Drupal\jsonrpc\Object\Error::code

The error's type code.

Type: int

File

src/Object/Error.php, line 43

Class

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

Namespace

Drupal\jsonrpc\Object

Code

protected $code;