Inherits from NSError
Declared in MBError.h
MBError.m

Overview

Helperclass to create error objects from webservice responses

Tasks

Instance Methods

initWithElement:

Creates an NSError from the XMLElement

- (NSError *)initWithElement:(NSXMLElement *)element

Parameters

element

XML Element that represents <error/> from webservice response

Discussion

Creates an NSError from the XMLElement

Declared In

MBError.h