Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -277,12 +277,12 @@ public record JSONRPCNotification( // @formatter:off
}

/**
* A successful (non-error) response to a request.
* A response to a request (successful, or error).
*
* @param jsonrpc The JSON-RPC version (must be "2.0")
* @param id The request identifier that this response corresponds to
* @param result The result of the successful request
* @param error Error information if the request failed
* @param result The result of the successful request; null if error
* @param error Error information if the request failed; null if has result
*/
@JsonInclude(JsonInclude.Include.NON_ABSENT)
@JsonIgnoreProperties(ignoreUnknown = true)
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.