Skip to content

JsonRpcResponse

This docs was updated at: 2026-02-23

com.paragon.mcp.dto.JsonRpcResponse  ยท  Record


A JSON-RPC 2.0 response message.

Methods

isError

public boolean isError()

Checks if this response indicates an error.

Returns

true if this is an error response


isSuccess

public boolean isSuccess()

Checks if this response indicates success.

Returns

true if this is a successful response