Kuzu C++ API
Loading...
Searching...
No Matches
kuzu::processor::CopyFromFileError Struct Reference

#include <copy_from_error.h>

Public Member Functions

 CopyFromFileError (std::string message, WarningSourceData warningData, bool completedLine=true, bool mustThrow=false)
bool operator< (const CopyFromFileError &o) const

Public Attributes

std::string message
bool completedLine
WarningSourceData warningData
bool mustThrow

Constructor & Destructor Documentation

◆ CopyFromFileError()

kuzu::processor::CopyFromFileError::CopyFromFileError ( std::string message,
WarningSourceData warningData,
bool completedLine = true,
bool mustThrow = false )

Member Function Documentation

◆ operator<()

bool kuzu::processor::CopyFromFileError::operator< ( const CopyFromFileError & o) const

Member Data Documentation

◆ completedLine

bool kuzu::processor::CopyFromFileError::completedLine

◆ message

std::string kuzu::processor::CopyFromFileError::message

◆ mustThrow

bool kuzu::processor::CopyFromFileError::mustThrow

◆ warningData

WarningSourceData kuzu::processor::CopyFromFileError::warningData

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