VLDAPIErrorCode Constants Reference

Declared in VLDAPIClient.h

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.

Declared In VLDAPIClient.h.

VLDAPIErrorCodeInvalidRecordType

Indicates that the recordType for the record was invalid.

Declared In VLDAPIClient.h.

VLDAPIErrorCodeMissingRecordID

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

Declared In VLDAPIClient.h.

VLDAPIErrorCodeMissingActivityID

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

Declared In VLDAPIClient.h.

VLDAPIErrorCodeMissingRecord

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

Declared In VLDAPIClient.h.

VLDAPIErrorCodeMismatchedRecordTypes

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

Declared In VLDAPIClient.h.

Declared In

VLDAPIClient.h