Click here to support Nimbus development and make a donation at www.pledgie.com !
An iOS framework whose growth is bounded by O(documentation).

Overview

For defining various error types used throughout the Nimbus framework.

Enumerations

enum  NINimbusErrorDomainCode { NIImageTooSmall = 1 }

Variables

NSString *const NINimbusErrorDomain
NSString *const NIImageErrorKey

Enumeration Type Documentation

NSError codes in NINimbusErrorDomain.

Example

 error = [NSError errorWithDomain: NINimbusErrorDomain
                             code: NIImageTooSmall
                         userInfo: [NSDictionary dictionaryWithObject: image
                                                               forKey: NIImageErrorKey]];
Enumerator:
NIImageTooSmall 

The image is too small to be used.

Definition at line 35 of file NIError.h.


Variable Documentation

The Nimbus error domain.

Definition at line 19 of file NIError.m.

The key used for images in the error's userInfo.

Definition at line 21 of file NIError.m.

Generated for Nimbus by doxygen 1.7.4-20110629