You are here

11 calls to JsonRpcException::fromError() in JSON-RPC 2.x

AddPermissionToRole::execute in modules/jsonrpc_core/src/Plugin/jsonrpc/Method/AddPermissionToRole.php
Executes the action with the parameters passed in.
EntityParameterFactory::doTransform in src/ParameterFactory/EntityParameterFactory.php
Handler::checkAccess in src/Handler.php
Check execution access.
Handler::doExecution in src/Handler.php
Gets an anonymous function which executes the RPC method.
Handler::getExecutable in src/Handler.php
Gets an executable instance of an RPC method.
JsonRpcException::fromPrevious in src/Exception/JsonRpcException.php
Constructs a JsonRpcException from an arbitrary exception.
Plugins::create in modules/jsonrpc_core/src/Plugin/jsonrpc/Method/Plugins.php
Creates a new Plugin.
Plugins::execute in modules/jsonrpc_core/src/Plugin/jsonrpc/Method/Plugins.php
RpcRequestFactory::denormalizeParam in src/Shaper/RpcRequestFactory.php
Denormalizes a single JSON-RPC request object parameter.
RpcRequestFactory::isBatchRequest in src/Shaper/RpcRequestFactory.php
Determine if the request is a batch request.
RpcRequestFactory::newException in src/Shaper/RpcRequestFactory.php
Helper for creating an error RPC response exception.