|
ActiveResourceKit
v1.2 (498.0)
|
#import <Foundation/Foundation.h>

Go to the source code of this file.
Enumerations | |
| enum | { ARUnsupportedRootObjectTypeError = 'urot', ARResponseIsNotHTTPError = 'rinh', ARValuesForObjectError = 'vfoe', ARValueForRelationshipError = 'vfre' } |
| enum | { ARRedirectionErrorCode = 'redi', ARBadRequestErrorCode = 'badr', ARUnauthorizedAccessErrorCode = 'auth', ARForbiddenAccessErrorCode = 'forb', ARResourceNotFoundErrorCode = 'reso', ARMethodNotAllowedErrorCode = 'meth', ARResourceConflictErrorCode = 'conf', ARResourceGoneErrorCode = 'gone', ARResourceInvalidErrorCode = 'inva', ARClientErrorCode = 'clie', ARServerErrorCode = 'serv', ARConnectionErrorCode = 'conn' } |
Variables | |
| NSString *const | ARErrorDomain |
| NSString *const | ARConnectionErrorDomain |
| NSString *const | ARConnectionHTTPResponseKey |
| anonymous enum |
| ARUnsupportedRootObjectTypeError | |
| ARResponseIsNotHTTPError | |
| ARValuesForObjectError | |
| ARValueForRelationshipError |
Definition at line 29 of file ARErrors.h.
| anonymous enum |
Definition at line 42 of file ARErrors.h.
| NSString* const ARConnectionErrorDomain |
Definition at line 29 of file ARErrors.m.
| NSString* const ARConnectionHTTPResponseKey |
Definition at line 30 of file ARErrors.m.
| NSString* const ARErrorDomain |
Definition at line 27 of file ARErrors.m.
1.8.2