CsvImportErrors Constants Reference
| Declared in | CsvImportError.h |
CsvImportErrors
Error codes for CsvImportError
Definition
typedef NS_ENUM(NSInteger, CsvImportErrors ) {
CSV_NO_ERROR = 0,
CSV_SQL_BAD_TABLE_NAME,
CSV_SQL_SCHEMA_MISMATCH,
CSV_PARSER_INITIALIZATION_ERROR,
};
Constants
CSV_NO_ERROR-
Import successfull.Declared In
CsvImportError.h. CSV_SQL_BAD_TABLE_NAME-
Table name string is nil or empty.Declared In
CsvImportError.h. CSV_SQL_SCHEMA_MISMATCH-
Actual CSV schema does not match the expected one for SQL.Declared In
CsvImportError.h. CSV_PARSER_INITIALIZATION_ERROR-
A parser for CSV columns has not been initialized properly.Declared In
CsvImportError.h.
Declared In
CsvImportError.h