WARNING: USE THIS SOFTWARE AT YOUR OWN RISK! THIS IS EXPERIMENTAL SOFTWARE NOT INTENDED FOR PRODUCTION USE! Zuble is currently an early stage prototype. As such Zuble is minimally tested and inherently unstable. It is provided for experimental, development, and demonstration purposes only. Zuble QML Types   |  Zuble C++ Classes   |  Zuble Overview
Zuble  0.1
Zuble Framework C++/QML extension API
Public Types | Public Member Functions | Public Attributes | List of all members
Zbl::ZblLogReader::ZblLogError Class Reference

A class for passing log file input error information. More...

#include <ZblLogReader.h>

Public Types

enum  zLogErrorType { NO_ERROR = 0, PARSE_ERROR, NOTARRAY_ERROR, FIELDCOUNT_ERROR }
 

Public Member Functions

 ZblLogError ()
 

Public Attributes

zLogErrorType errorType
 
QJsonParseError parseError
 
QString formatErrorString
 

Detailed Description

A class for passing log file input error information.

Definition at line 294 of file ZblLogReader.h.

Member Enumeration Documentation

◆ zLogErrorType

Enumerator
NO_ERROR 
PARSE_ERROR 
NOTARRAY_ERROR 
FIELDCOUNT_ERROR 

Definition at line 300 of file ZblLogReader.h.

Constructor & Destructor Documentation

◆ ZblLogError()

Zbl::ZblLogReader::ZblLogError::ZblLogError ( )
inline

Definition at line 298 of file ZblLogReader.h.

Member Data Documentation

◆ errorType

zLogErrorType Zbl::ZblLogReader::ZblLogError::errorType

◆ formatErrorString

QString Zbl::ZblLogReader::ZblLogError::formatErrorString

◆ parseError

QJsonParseError Zbl::ZblLogReader::ZblLogError::parseError

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