Inherits from NSError
Declared in CsvImportError.h
CsvImportError.m

Overview

A base class for CSV conversion errors :

Instance Methods

initWithErrorCode:

A preferred initializer. Initializes an NSError object with one of the CsvImportErrors values.

- (id)initWithErrorCode:(NSInteger)errorCode_

Parameters

errorCode_

One of the constants defined in CsvImportErrors enum. Warning : Undefined behaviour for other values.

Return Value

A properly initialized object.

Declared In

CsvImportError.h