VLDAPIErrorCode

Possible error codes that can be returned to the response block

Constants

VLDAPIErrorCodeInvalidRecords

Indicates some of the records in a postMultipleRecords:completion: call were invalid, the userInfo dictionary in the error will contain the invalid records in the errorRecords key. It is possible for some of the records to successfully post and still receive this error.

VLDAPIClient.h.

VLDAPIErrorCodeInvalidRecordType

Indicates that the recordType for the record was invalid.

VLDAPIClient.h.

VLDAPIErrorCodeMissingRecordID

Indicates that the recordID of a record was missing when attempting to update the record.

VLDAPIClient.h.

VLDAPIErrorCodeMissingActivityID

Indicates that the activityID of a record was missing when attempting to upsert the record.

VLDAPIClient.h.

VLDAPIErrorCodeMissingRecord

Indicates an attempt to call an API method with a nil record.

VLDAPIClient.h.

VLDAPIErrorCodeMismatchedRecordTypes

Indicates that the records given to postMultipleRecords:completion: were not all of the same recordType.

VLDAPIClient.h.

VLDAPIClient.h