Click or drag to resize
WebCrmErrorCode Enumeration
Enumerates all possible error codes returned by the API service.

Namespace: dk.webCRM.ApiSync.BusinessLayer.Enums
Assembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntax
public enum WebCrmErrorCode
Members
  Member nameValueDescription
NoError0 No error.
UnknownError1 Unknown error.
NoDataFound2 No data found.
DatabaseError3 Database error.
InvalidTicket4 Invalid ticket.
SessionExpired5 Session expired.
IpAddressMismatch6 IpAddress mismatch.
WrongUserNameOrPassword7 Wrong user name or password.
InvalidDate8 Invalid date.
InvalidDateTooSmall81 Date is too small.
InvalidDateTooBig82 Date is too big.
InvalidDateIncorrectOrder83 Dates are in wrong order.
InvalidDateRange84 Dates are not in correct range.
InvalidSearchValueType9 Invalid search value type.
InvalidSearchValue10 Invalid search value.
InvalidArgument11 Invalid argument.
InvalidOrganisationId12 Invalid organisation id.
SearchValueLengthExceeded13 Search value length exceeded.
InvalidSearchFieldNumber14 Invalid search field number.
OrganisationIdAndRecordIdMustBeEqual15 Organisation id and record id should be equal.
DataFieldLengthExceeded18 Length of data field value is to large.
ServiceIsNotEnabled16 Service is not enabled.
ApiIsNotEnabledOrWrongDbCode17 Api service is not enabled or wrong db code is provided.
OperationIsNotPermitted19 Operation is not permitted.
OrganisationNotExists24 Specified organisation does not exist.
RecordIdNotExists25 Given record id does not exist.
OrganisationIdNotSpecified26 Organisation id is not provided.
RecordIdNotSpecified27 Record id is not provided.
CannotCreateOrganisationForB2C28 Organisation could not be creaed (B2C service type).
CannotGenerateNewRecordId29 New record id could not be generated.
CannotCreateNewRecord30 New record could not be created.
CannotChangeEventType31 Event type cannot be changed.
CannotUpdateRecord32 Record could not be updated.
CannotChangeOrganisationId33 Organisation id cannot be changed.
InvalidServiceFieldKey34 Invalid service field key.
InvalidValueFormat35 Invalid value format.
InvalidDropdownValue36 Invalid dropdown value.
RequiredFieldIsEmptyOrMissed37 Value for required field is missed or empty.
MaximalRecordCountExceeded38 Maximal possible number of records has been exceeded.
UploadError39 Upload error.
OpportunityNotExists40 Specified opportunity does not exist.
InvalidDatabaseFieldKey41 Invalid database field key.
InvalidPossibleQuotationCount42 Invalid possible quotation count.
QuotationNotExists43 Specified quotation does not exist.
PersonImageNotFound44 Person image not found.
See Also