Files
RestKit/Code/Support/Errors.h

15 lines
295 B
C

//
// Errors.h
// RestKit
//
// Created by Blake Watters on 3/25/10.
// Copyright 2010 Two Toasters. All rights reserved.
//
// The error domain for RestKit generated errors
extern NSString* const RKRestKitErrorDomain;
typedef enum {
RKObjectLoaderRemoteSystemError = 1
} RKRestKitError;