You are here

constant Error::INTERNAL_ERROR in JSON-RPC 8

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

File

src/Object/Error.php, line 20

Class

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

Namespace

Drupal\jsonrpc\Object

Code

const INTERNAL_ERROR = -32603;