JSONRPCErrorResponse

View as MarkdownOpen in Claude

Shape of a JSON-RPC 2.0 error response. Returned from WebRTCCall.execute and executeMethod when the server reports an error.

Properties

error
TError

Error object describing the failure.

id
stringRequired

ID matching the original request.

jsonrpc
"2.0"Required

JSON-RPC protocol version. Always "2.0".

result
TError

Always absent on error responses (typed for union discrimination).