Inherits from NSError
Declared in ESUnknownYearModeError.h
ESUnknownYearModeError.m

Overview

An error of parsing the half year mode SQL function argument

Properties

actualYearMode

A year mode passed to the SQL function.

@property (nonatomic, readonly) NSString *actualYearMode

Declared In

ESUnknownYearModeError.h

Instance Methods

initWithYearMode:

A designated initializer.

- (instancetype)initWithYearMode:(NSString *)yearMode

Parameters

yearMode

A year mode passed to the SQL function.

Return Value

A properly initialized error object.

Declared In

ESUnknownYearModeError.h