Uses of Class
com.github.copilot.sdk.json.JsonRpcError
Packages that use JsonRpcError
-
Uses of JsonRpcError in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return JsonRpcErrorModifier and TypeMethodDescriptionJsonRpcResponse.getError()Gets the error if the RPC call failed.Methods in com.github.copilot.sdk.json with parameters of type JsonRpcErrorModifier and TypeMethodDescriptionvoidJsonRpcResponse.setError(JsonRpcError error) Sets the error for a failed RPC call.