memgraph/src
Teon Banek 1a20c557b8 Update storage API docs with thrown exceptions
Summary:
The documentation includes `std` exceptions like `std::bad_alloc` or
`std::system_error`, for which there's probably nothing we can do. This
may seem unnecessary, but it will be really helpful when writing the C
API for interfacing with custom modules and plugins, as well as when
switching to storage v2 API.

In general, we should start updating the documentation of functions
which may throw exceptions. This ought to be enforced in code review, so
that the implementation and documentation are kept in sync.

Reviewers: mferencevic, mtomic, msantl

Reviewed By: mferencevic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D2288
2019-08-07 15:58:38 +02:00
..
audit Migrate to C++17 2019-04-23 14:46:44 +02:00
auth Add grammar for dump query 2019-06-03 10:44:18 +02:00
communication Replace bswap with proper endian functions 2019-08-07 15:45:03 +02:00
data_structures Make move operations noexcept 2019-05-21 10:46:25 +02:00
database Update storage API docs with thrown exceptions 2019-08-07 15:58:38 +02:00
durability Replace bswap with proper endian functions 2019-08-07 15:45:03 +02:00
glue Remove TypedValue::Null 2019-06-12 09:55:18 +02:00
integrations Migrate to C++17 2019-04-23 14:46:44 +02:00
io Remove Cap'n Proto 2019-05-08 10:51:10 +02:00
lisp cmake: Allow absolute paths in define_add_lcp 2019-07-25 16:45:24 +02:00
query Remove distributed 2019-07-17 15:23:42 +02:00
raft Expose the status of transaction within Raft 2019-07-16 13:53:16 +02:00
requests Implement kafka transform functionality 2018-07-19 12:52:25 +02:00
slk Migrate RPC to SLK 2019-05-06 14:27:57 +02:00
stats Add SSL support to HA RPC 2019-05-20 12:53:52 +02:00
storage Update storage API docs with thrown exceptions 2019-08-07 15:58:38 +02:00
telemetry Migrate to C++17 2019-04-23 14:46:44 +02:00
transactions Update storage API docs with thrown exceptions 2019-08-07 15:58:38 +02:00
utils Replace bswap with proper endian functions 2019-08-07 15:45:03 +02:00
CMakeLists.txt Remove distributed 2019-07-17 15:23:42 +02:00
config.hpp Migrate to C++17 2019-04-23 14:46:44 +02:00
memgraph_ha.cpp Add SSL support to HA RPC 2019-05-20 12:53:52 +02:00
memgraph_init.cpp Remove distributed 2019-07-17 15:23:42 +02:00
memgraph_init.hpp Migrate to C++17 2019-04-23 14:46:44 +02:00
memgraph.cpp Migrate to C++17 2019-04-23 14:46:44 +02:00
version.hpp.in Add version.hpp.in and display it on '--version' flag 2017-09-27 09:04:44 +02:00