Files
RestKit/Code/Support/Errors.h
Jeremy Ellison 6a5ee2af7e Revert "Remove per-file copyrights"
This reverts commit 91e7c6bb5e.
2011-01-12 15:27:19 -05:00

16 lines
326 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,
RKRequestBaseURLOfflineError
} RKRestKitError;