Your opinion will help to improve our service
Leave a feedback >#include <userver/storages/mongo/exception.hpp>
The current task has been cancelled, e.g. by deadline propagation.
Definition at line 26 of file exception.hpp.
Classes | |
struct | ByDeadlinePropagation |
Public Types | |
enum class | TraceMode { kAlways , kIfLoggingIsEnabled } |
using | MemoryBuffer = fmt::basic_memory_buffer< char, kInlineBufferSize > |
Public Member Functions | |
CancelledException (ByDeadlinePropagation) | |
bool | IsByDeadlinePropagation () const |
MongoException () | |
MongoException (std::string_view what) | |
const char * | what () const noexcept override |
TracefulExceptionBase () | |
TracefulExceptionBase (std::string_view what) | |
TracefulExceptionBase (TraceMode trace_mode) | |
TracefulExceptionBase (TracefulExceptionBase &&) noexcept | |
const MemoryBuffer & | MessageBuffer () const noexcept |
const boost::stacktrace::basic_stacktrace & | Trace () const noexcept |
Static Public Attributes | |
static constexpr size_t | kInlineBufferSize = 100 |
|
inherited |
Definition at line 31 of file traceful_exception.hpp.
|
stronginherited |
Definition at line 25 of file traceful_exception.hpp.
|
staticconstexprinherited |
Definition at line 30 of file traceful_exception.hpp.