Update README.md
This commit is contained in:
parent
543a901ee7
commit
9795a50524
|
|
@ -413,7 +413,7 @@ what was the previous value that this operation was overwritten. You can do that
|
||||||
else
|
else
|
||||||
std::cout << "operation failed, details: " << response.error_message();
|
std::cout << "operation failed, details: " << response.error_message();
|
||||||
}
|
}
|
||||||
catch (std::ecxeption const & ex)
|
catch (std::exception const & ex)
|
||||||
{
|
{
|
||||||
std::cerr << "communication problem, details: " << ex.what();
|
std::cerr << "communication problem, details: " << ex.what();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue