Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
Loading...
Searching...
No Matches
error_context Class Reference

#include <couchbase/error_context.hxx>

Public Member Functions

 error_context ()=default
 
 operator bool () const
 
auto to_json (error_context_json_format format=error_context_json_format::compact) const -> std::string
 
auto impl () const -> std::shared_ptr< internal_error_context >
 

Friends

struct internal_error_context
 

Constructor & Destructor Documentation

◆ error_context()

error_context ( )
default

Member Function Documentation

◆ impl()

auto impl ( ) const -> std::shared_ptr< internal_error_context >

◆ operator bool()

operator bool ( ) const
explicit

◆ to_json()

auto to_json ( error_context_json_format format = error_context_json_format::compact) const -> std::string

Friends And Related Symbol Documentation

◆ internal_error_context

friend struct internal_error_context
friend

The documentation for this class was generated from the following file: