|
Minsky: 3.17.0
|


Public Member Functions | |
| InvalidData (const string &data, const string &type, const string &colName) | |
| const char * | what () const noexcept override |
Public Attributes | |
| string | data |
| data received in field More... | |
| string | type |
| type of data More... | |
| string | colName |
| column name More... | |
| string | msg |
Definition at line 245 of file CSVParser.cc.
|
inline |
Definition at line 251 of file CSVParser.cc.
|
inlineoverridenoexcept |
Definition at line 254 of file CSVParser.cc.
| string anonymous_namespace{CSVParser.cc}::InvalidData::colName |
column name
Definition at line 249 of file CSVParser.cc.
| string anonymous_namespace{CSVParser.cc}::InvalidData::data |
data received in field
Definition at line 247 of file CSVParser.cc.
| string anonymous_namespace{CSVParser.cc}::InvalidData::msg |
Definition at line 250 of file CSVParser.cc.
| string anonymous_namespace{CSVParser.cc}::InvalidData::type |
type of data
Definition at line 248 of file CSVParser.cc.