run_error_response

Function run_error_response 

Source
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.