Inherits from NSObject
Declared in MMDBFetcherResponse.h
MMDBFetcherResponse.m

Overview

  • An class that is used by MMDBFetcher that

  • is used to encapsulate the response from the

  • server.

Tasks

Properties

messages

  • A list of any error messages returned
@property (atomic) NSMutableArray *messages

Discussion

  • by the service call.

Declared In

MMDBFetcherResponse.h

wasSuccessful

  • Represents whether or not a service
@property (atomic) BOOL wasSuccessful

Discussion

  • call was successful.

Declared In

MMDBFetcherResponse.h