pub async fn run_error_response<F: TransportFactory>()Expand description
Test that error responses are correctly transmitted.
Server returns RpcError::Status with ErrorCode::InvalidArgument,
client receives and correctly deserializes the error.
pub async fn run_error_response<F: TransportFactory>()Test that error responses are correctly transmitted.
Server returns RpcError::Status with ErrorCode::InvalidArgument,
client receives and correctly deserializes the error.