You are here

constant Error::INVALID_PARAMS in JSON-RPC 8

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

File

src/Object/Error.php, line 19

Class

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

Namespace

Drupal\jsonrpc\Object

Code

const INVALID_PARAMS = -32602;