JSONRPCErrorResponse
Shape of a JSON-RPC 2.0 error response. Returned from WebRTCCall.execute and executeMethod when the server reports an error.
Properties
error
Error object describing the failure.
id
ID matching the original request.
jsonrpc
JSON-RPC protocol version. Always "2.0".
result
Always absent on error responses (typed for union discrimination).