WebCrmErrorCode Enumeration |
Enumerates all possible error codes returned by the API service.
Namespace: dk.webCRM.ApiSync.BusinessLayer.EnumsAssembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntaxpublic enum WebCrmErrorCode
Public Enumeration WebCrmErrorCode
public enum class WebCrmErrorCode
Members
| Member name | Value | Description |
---|
| NoError | 0 |
No error.
|
| UnknownError | 1 |
Unknown error.
|
| NoDataFound | 2 |
No data found.
|
| DatabaseError | 3 |
Database error.
|
| InvalidTicket | 4 |
Invalid ticket.
|
| SessionExpired | 5 |
Session expired.
|
| IpAddressMismatch | 6 |
IpAddress mismatch.
|
| WrongUserNameOrPassword | 7 |
Wrong user name or password.
|
| InvalidDate | 8 |
Invalid date.
|
| InvalidDateTooSmall | 81 |
Date is too small.
|
| InvalidDateTooBig | 82 |
Date is too big.
|
| InvalidDateIncorrectOrder | 83 |
Dates are in wrong order.
|
| InvalidDateRange | 84 |
Dates are not in correct range.
|
| InvalidSearchValueType | 9 |
Invalid search value type.
|
| InvalidSearchValue | 10 |
Invalid search value.
|
| InvalidArgument | 11 |
Invalid argument.
|
| InvalidOrganisationId | 12 |
Invalid organisation id.
|
| SearchValueLengthExceeded | 13 |
Search value length exceeded.
|
| InvalidSearchFieldNumber | 14 |
Invalid search field number.
|
| OrganisationIdAndRecordIdMustBeEqual | 15 |
Organisation id and record id should be equal.
|
| DataFieldLengthExceeded | 18 |
Length of data field value is to large.
|
| ServiceIsNotEnabled | 16 |
Service is not enabled.
|
| ApiIsNotEnabledOrWrongDbCode | 17 |
Api service is not enabled or wrong db code is provided.
|
| OperationIsNotPermitted | 19 |
Operation is not permitted.
|
| OrganisationNotExists | 24 |
Specified organisation does not exist.
|
| RecordIdNotExists | 25 |
Given record id does not exist.
|
| OrganisationIdNotSpecified | 26 |
Organisation id is not provided.
|
| RecordIdNotSpecified | 27 |
Record id is not provided.
|
| CannotCreateOrganisationForB2C | 28 |
Organisation could not be creaed (B2C service type).
|
| CannotGenerateNewRecordId | 29 |
New record id could not be generated.
|
| CannotCreateNewRecord | 30 |
New record could not be created.
|
| CannotChangeEventType | 31 |
Event type cannot be changed.
|
| CannotUpdateRecord | 32 |
Record could not be updated.
|
| CannotChangeOrganisationId | 33 |
Organisation id cannot be changed.
|
| InvalidServiceFieldKey | 34 |
Invalid service field key.
|
| InvalidValueFormat | 35 |
Invalid value format.
|
| InvalidDropdownValue | 36 |
Invalid dropdown value.
|
| RequiredFieldIsEmptyOrMissed | 37 |
Value for required field is missed or empty.
|
| MaximalRecordCountExceeded | 38 |
Maximal possible number of records has been exceeded.
|
| UploadError | 39 |
Upload error.
|
| OpportunityNotExists | 40 |
Specified opportunity does not exist.
|
| InvalidDatabaseFieldKey | 41 |
Invalid database field key.
|
| InvalidPossibleQuotationCount | 42 |
Invalid possible quotation count.
|
| QuotationNotExists | 43 |
Specified quotation does not exist.
|
| PersonImageNotFound | 44 |
Person image not found.
|
See Also