AVConstants.h
IntroductionUse the links in the table of contents to the left to access the documentation. Constants
kAVErrorAccountAlreadyLinked208: An existing account already linked to another user. extern NSInteger const kAVErrorAccountAlreadyLinked; kAVErrorCacheMiss120: The results were not found in the cache. extern NSInteger const kAVErrorCacheMiss; kAVErrorCommandUnavailable108: Tried to access a feature only available internally. extern NSInteger const kAVErrorCommandUnavailable; kAVErrorConnectionFailed100: The connection to the AVOS servers failed. extern NSInteger const kAVErrorConnectionFailed; kAVErrorDuplicateValue137: A unique field was given a value that is already taken. extern NSInteger const kAVErrorDuplicateValue; kAVErrorExceededQuota140: Exceeded an application quota. Upgrade to resolve. extern NSInteger const kAVErrorExceededQuota; kAVErrorFacebookAccountAlreadyLinked208: An existing Facebook account already linked to another user. extern NSInteger const kAVErrorFacebookAccountAlreadyLinked; kAVErrorFacebookIdMissing250: Facebook id missing from request extern NSInteger const kAVErrorFacebookIdMissing; kAVErrorFacebookInvalidSession251: Invalid Facebook session extern NSInteger const kAVErrorFacebookInvalidSession; kAVErrorFileDeleteFailure153: Fail to delete file. extern NSInteger const kAVErrorFileDeleteFailure; kAVErrorIncorrectType111: Field set to incorrect type. extern NSInteger const kAVErrorIncorrectType; kAVErrorInternalServer1: Internal server error. No information available. extern NSInteger const kAVErrorInternalServer; kAVErrorInvalidACL123: Invalid ACL. An ACL with an invalid format was saved. This should not happen if you use PFACL. extern NSInteger const kAVErrorInvalidACL; kAVErrorInvalidChannelName112: Invalid channel name. A channel name is either an empty string (the broadcast channel) or contains only a-zA-Z0-9_ characters and starts with a letter. extern NSInteger const kAVErrorInvalidChannelName; kAVErrorInvalidClassName103: Missing or invalid classname. Classnames are case-sensitive. They must start with a letter, and a-zA-Z0-9_ are the only valid characters. extern NSInteger const kAVErrorInvalidClassName; kAVErrorInvalidDeviceToken114: Invalid device token. extern NSInteger const kAVErrorInvalidDeviceToken; kAVErrorInvalidEmailAddress125: The email address was invalid. extern NSInteger const kAVErrorInvalidEmailAddress; kAVErrorInvalidFileName122: Invalid file name. A file name contains only a-zA-Z0-9_. characters and is between 1 and 36 characters. extern NSInteger const kAVErrorInvalidFileName; kAVErrorInvalidImageData150: Fail to convert data to image. extern NSInteger const kAVErrorInvalidImageData; kAVErrorInvalidJSON107: Malformed json object. A json dictionary is expected. extern NSInteger const kAVErrorInvalidJSON; kAVErrorInvalidKeyName105: Invalid key name. Keys are case-sensitive. They must start with a letter, and a-zA-Z0-9_ are the only valid characters. extern NSInteger const kAVErrorInvalidKeyName; kAVErrorInvalidLinkedSession251: Invalid linked session extern NSInteger const kAVErrorInvalidLinkedSession; kAVErrorInvalidNestedKey121: Keys in NSDictionary values may not include '$' or '.'. extern NSInteger const kAVErrorInvalidNestedKey; kAVErrorInvalidPointer106: Malformed pointer. Pointers must be arrays of a classname and an object id. extern NSInteger const kAVErrorInvalidPointer; kAVErrorInvalidProductIdentifier146: The product identifier is invalid extern NSInteger const kAVErrorInvalidProductIdentifier; kAVErrorInvalidPurchaseReceipt144: Product purchase receipt is invalid extern NSInteger const kAVErrorInvalidPurchaseReceipt; kAVErrorInvalidQuery102: You tried to find values matching a datatype that doesn't support exact database matching, like an array or a dictionary. extern NSInteger const kAVErrorInvalidQuery; kAVErrorInvalidRoleName139: Role's name is invalid. extern NSInteger const kAVErrorInvalidRoleName; kAVErrorInvalidServerResponse148: The Apple server response is not valid extern NSInteger const kAVErrorInvalidServerResponse; kAVErrorLinkedIdMissing250: Linked id missing from request extern NSInteger const kAVErrorLinkedIdMissing; kAVErrorMissingObjectId104: Missing object id. extern NSInteger const kAVErrorMissingObjectId; kAVErrorObjectNotFound101: Object doesn't exist, or has an incorrect password. extern NSInteger const kAVErrorObjectNotFound; kAVErrorObjectTooLarge116: The object is too large. extern NSInteger const kAVErrorObjectTooLarge; kAVErrorOperationForbidden119: That operation isn't allowed for clients. extern NSInteger const kAVErrorOperationForbidden; kAVErrorPaymentDisabled145: Payment is disabled on this device extern NSInteger const kAVErrorPaymentDisabled; kAVErrorProductDownloadFileSystemFailure149: Product fails to download due to file system error extern NSInteger const kAVErrorProductDownloadFileSystemFailure; kAVErrorProductNotFoundInAppStore147: The product is not found in the App Store extern NSInteger const kAVErrorProductNotFoundInAppStore; kAVErrorPushMisconfigured115: Push is misconfigured. See details to find out how. extern NSInteger const kAVErrorPushMisconfigured; kAVErrorReceiptMissing143: Product purchase receipt is missing extern NSInteger const kAVErrorReceiptMissing; kAVErrorTimeout124: The request timed out on the server. Typically this indicates the request is too expensive. extern NSInteger const kAVErrorTimeout; kAVErrorUnsavedFile151: Unsaved file. extern NSInteger const kAVErrorUnsavedFile; kAVErrorUserCannotBeAlteredWithoutSession206: The user cannot be altered by a client without the session. extern NSInteger const kAVErrorUserCannotBeAlteredWithoutSession; kAVErrorUserCanOnlyBeCreatedThroughSignUp207: Users can only be created through sign up extern NSInteger const kAVErrorUserCanOnlyBeCreatedThroughSignUp; kAVErrorUserEmailMissing204: The email is missing, and must be specified extern NSInteger const kAVErrorUserEmailMissing; kAVErrorUserEmailTaken203: Email has already been taken extern NSInteger const kAVErrorUserEmailTaken; kAVErrorUserIdMismatch209: User ID mismatch extern NSInteger const kAVErrorUserIdMismatch; kAVErrorUsernameMissing200: Username is missing or empty extern NSInteger const kAVErrorUsernameMissing; kAVErrorUsernamePasswordMismatch210: The username and password mismatch. extern NSInteger const kAVErrorUsernamePasswordMismatch; kAVErrorUsernameTaken202: Username has already been taken extern NSInteger const kAVErrorUsernameTaken; kAVErrorUserPasswordMissing201: Password is missing or empty extern NSInteger const kAVErrorUserPasswordMissing; kAVErrorUserWithEmailNotFound205: A user with the specified email was not found extern NSInteger const kAVErrorUserWithEmailNotFound; kAVScriptError141: Cloud Code script had an error. extern NSInteger const kAVScriptError; kAVValidationError142: Cloud Code validation failed. extern NSInteger const kAVValidationError; |