Uses of Interface
io.helidon.jsonrpc.core.JsonRpcError
Packages that use JsonRpcError
Package
Description
Core classes used by both the JSON-RPC server and gRPC client.
Helidon WebClient JSON-RPC Support.
Helidon WebServer JSON-RPC Support.
-
Uses of JsonRpcError in io.helidon.jsonrpc.core
Methods in io.helidon.jsonrpc.core that return JsonRpcErrorModifier and TypeMethodDescriptionstatic JsonRpcErrorCreate an instance from a code and a message.static JsonRpcErrorCreate an instance from a code, a message and data.static JsonRpcErrorJsonRpcError.create(JsonObject error) Create an instance from a JSON object. -
Uses of JsonRpcError in io.helidon.webclient.jsonrpc
Methods in io.helidon.webclient.jsonrpc that return types with arguments of type JsonRpcErrorModifier and TypeMethodDescriptionJsonRpcClientResponse.error()Get an error set on this response. -
Uses of JsonRpcError in io.helidon.webserver.jsonrpc
Methods in io.helidon.webserver.jsonrpc that return types with arguments of type JsonRpcErrorModifier and TypeMethodDescriptionJsonRpcResponse.error()Get an error set on this response.JsonRpcErrorHandler.handle(ServerRequest req, JsonObject jsonObject) Handler for a JSON-RPC erroneous request.JsonRpcExceptionHandler.handle(JsonRpcRequest req, JsonRpcResponse res, Throwable throwable) Handler for exceptions thrown in JSON-RPC method handlers.