You are here

constant Error::INVALID_REQUEST in JSON-RPC 8

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

File

src/Object/Error.php, line 17

Class

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

Namespace

Drupal\jsonrpc\Object

Code

const INVALID_REQUEST = -32600;