WCTErrorKey Constants Reference

Declared in WCTError.h

WCTErrorKey

More information can be obtained with following keys.

Definition

typedef NS_ENUM(int, WCTErrorKey ) {
   WCTErrorKeyTag = ( WCTErrorKey ) : : Error : : Key : : Tag,
   WCTErrorKeyOperation = ( WCTErrorKey ) : : Error : : Key : : Operation,
   WCTErrorKeyExtendedCode = ( WCTErrorKey ) : : Error : : Key : : ExtendedCode,
   WCTErrorKeyMessage = ( WCTErrorKey ) : : Error : : Key : : Message,
   WCTErrorKeySQL = ( WCTErrorKey ) : : Error : : Key : :,
   WCTErrorKeyPath = ( WCTErrorKey ) : : Error : : Key : : Path,
};

Constants

WCTErrorKeyTag

Tag of database

Declared In WCTError.h.

WCTErrorKeyOperation

The operation that is being performed when an error occurs. For further information, see [Error::CoreOperation] in [error.hpp].

Declared In WCTError.h.

WCTErrorKeyExtendedCode

Extended code for sqlite. You can check it at http://www.sqlite.org/rescode.html .

Declared In WCTError.h.

WCTErrorKeyMessage

Text message that helps you debug it.

Declared In WCTError.h.

WCTErrorKeySQL

The SQL is being executed when an error occurs.

Declared In WCTError.h.

WCTErrorKeyPath

The file path that is being manipulated when an error occurs.

Declared In WCTError.h.

Declared In

WCTError.h