#include <userver/formats/bson/exception.hpp>
Conversion error.
Definition at line 63 of file exception.hpp.
Public Types | |
| enum class | TraceMode { kAlways , kIfLoggingIsEnabled } |
| using | MemoryBuffer = fmt::basic_memory_buffer<char, kInlineBufferSize> |
Public Member Functions | |
| ConversionException (std::string_view msg, std::string_view path) | |
| std::string_view | GetPath () const noexcept |
| std::string_view | GetMessageWithoutPath () const noexcept |
| std::string_view | GetMessage () const noexcept |
| 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 32 of file traceful_exception.hpp.
|
stronginherited |
Definition at line 26 of file traceful_exception.hpp.
|
inlinenoexceptinherited |
Definition at line 21 of file exception.hpp.
|
staticconstexprinherited |
Definition at line 31 of file traceful_exception.hpp.