Inherits from CsvImportError : NSError
Declared in CsvBadTableNameError.h
CsvBadTableNameError.m

Overview

Table name does not conform to SQL standard.

Note : Current implementation checks only whether table name string is nil or empty. You’ll get an error from the SQL engine for other cases.