ActiveResourceKit  v1.2 (498.0)
 All Classes Files Functions Variables Typedefs Enumerator Properties Macros Pages
Enumerations | Variables
ARErrors.h File Reference
#import <Foundation/Foundation.h>
Include dependency graph for ARErrors.h:
This graph shows which files directly or indirectly include this file:

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
 

Enumeration Type Documentation

anonymous enum
Enumerator:
ARUnsupportedRootObjectTypeError 
ARResponseIsNotHTTPError 
ARValuesForObjectError 
ARValueForRelationshipError 

Definition at line 29 of file ARErrors.h.

anonymous enum
Enumerator:
ARRedirectionErrorCode 
ARBadRequestErrorCode 
ARUnauthorizedAccessErrorCode 
ARForbiddenAccessErrorCode 
ARResourceNotFoundErrorCode 
ARMethodNotAllowedErrorCode 
ARResourceConflictErrorCode 
ARResourceGoneErrorCode 
ARResourceInvalidErrorCode 
ARClientErrorCode 
ARServerErrorCode 
ARConnectionErrorCode 

Definition at line 42 of file ARErrors.h.

Variable Documentation

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.