#include <bulk_data_service.h>
◆ c_str()
  
  
      
        
          | const char * Bulk_load::Json_serialization_error_handler::c_str  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ CheckStack()
  
  
      
        
          | bool Bulk_load::Json_serialization_error_handler::CheckStack  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
Check if the stack is about to be exhausted, and report the error. 
- Returns
 - true if the stack is about to be exhausted, false otherwise. 
 
Implements JsonSerializationErrorHandler.
 
 
◆ get_error()
  
  
      
        
          | std::string Bulk_load::Json_serialization_error_handler::get_error  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ InternalError()
  
  
      
        
          | void Bulk_load::Json_serialization_error_handler::InternalError  | 
          ( | 
          const char *  | 
          message | ) | 
           const | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
◆ InvalidJson()
  
  
      
        
          | void Bulk_load::Json_serialization_error_handler::InvalidJson  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
◆ KeyTooBig()
  
  
      
        
          | void Bulk_load::Json_serialization_error_handler::KeyTooBig  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
Called when a JSON object contains a member with a name that is longer than supported by the JSON binary format. 
Implements JsonSerializationErrorHandler.
 
 
◆ TooDeep()
  
  
      
        
          | void Bulk_load::Json_serialization_error_handler::TooDeep  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
◆ ValueTooBig()
  
  
      
        
          | void Bulk_load::Json_serialization_error_handler::ValueTooBig  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
◆ m_error
  
  
      
        
          | std::string Bulk_load::Json_serialization_error_handler::m_error {} | 
         
       
   | 
  
mutableprivate   | 
  
 
 
The documentation for this class was generated from the following file: