|
General error code
|
Description
|
|---|
|
NoError = 0; Success = 0
|
No error, or success.
|
|
GeneralRequestInvalidParameter = 6
|
One of the request nodes or parameters is either invalid or invalid within the context of the request.
|
|
GeneralInvalidValue = 11
|
Request value invalid; for example, a UID specified as 0.
|
|
GeneralStartDateGTorEQFinishDate = 26
|
The specified date range is invalid.
|
|
GeneralQueueOperationInProcess = 29
|
Generic error for an operation still being processed in the queue.
|
|
GeneralUnhandledException = 42
|
An unhandled exception occurred.
|
|
GeneralDuplicateGUIDSpecified = 66
|
There is a duplicate GUID in the request.
|
|
GeneralDateNotValid = 69
|
Dates must be in the range of 1/1/1984 to 12/12/2049.
|
|
GeneralCostInvalid = 70
|
A cost parameter is invalid.
|
|
GeneralWorkInvalid = 71
|
A work parameter is invalid.
|
|
GeneralDurationInvalid = 72
|
A duration parameter is invalid.
|
|
GeneralUnitsInvalid = 73
|
The specified unit is invalid.
|
|
GeneralOnlyInsertsAllowed = 74
|
Only inserts are allowed.
|
|
GeneralOnlyUpdatesAllowed = 75
|
Only updates are allowed.
|
|
GeneralSessionInvalid = 76
|
The session parameter is invalid.
|
|
GeneralDependencyUidInvalid = 78
|
The dependency GUID is invalid.
|
|
GeneralNumberInvalid = 79
|
A number is invalid.
|
|
GeneralInvalidDataStore = 80
|
The specified database does not exist. Use a database in DataStoreEnum.
|
|
GeneralDurationOrWorkFormatInvalid = 513
|
The work duration or format is invalid.
|
|
GeneralRateFormatInvalid = 518
|
The rate format is invalid.
|
|
GeneralQueueException = 9131
|
Exception: there is a general error in the Queuing Service.
|
|
GeneralItemDoesNotExist = 10000
|
A specified item does not exist.
|
|
GeneralLCIDInvalid = 10001
|
The locale identifier (language ID) is invalid.
|
|
GeneralRowDoesNotExist = 10002
|
The specified row in a DataTable does not exist.
|
|
GeneralInvalidColumnValue = 20000
|
A column value in a DataTable is invalid.
|
|
GeneralInvalidDataRowState = 20001
|
A DataRow state is invalid.
|
|
GeneralDuplicatedNames = 20004
|
There is a duplicate name. Names must be unique.
|
|
GeneralReadOnlyColumn = 20005
|
The column is read-only.
|
|
GeneralReadOnlyRow = 20006
|
The row is read-only.
|
|
GeneralNotNullColumn = 20007
|
The column cannot be null.
|
|
GeneralObjectAlreadyExists = 20008
|
The object already exists.
|
|
GeneralInvalidObject = 20009
|
The object is invalid.
|
|
GeneralSecurityAccessDenied = 20010
|
Access is denied because of security permissions.
|
|
GeneralInvalidOperation = 20011
|
The operation is invalid.
|
|
GeneralInvalidCharacters = 20012
|
There are invalid characters. In addition to the TAB character, the following characters are invalid in a project name: \ / " : ; < > | , . ' ? * #
|
|
GeneralNameTooLong = 20013
|
The name is too long.
|
|
GeneralNameCannotBeBlank = 20014
|
The name cannot be blank. Do not use a null or empty string.
|
|
GeneralInvalidOperationOnReadOnlyValue = 20016
|
The attempted operation on a read-only value is invalid.
|
|
GeneralInvalidDateOverlap = 20018
|
The request contains overlapping dates.
|
|
GeneralParameterCannotBeNull = 20020
|
The parameter cannot be null.
|
|
GeneralActionCanceledByEventHandler = 22000
|
The event handler canceled the action.
|
|
GeneralActionCanceledBecauseServerEventServiceNotFound = 22001
|
The Project Server Event Service is not found.
|
|
GeneralActionCanceledBecauseServerEventServiceProblem = 22002
|
There is a problem in the Project Server Event Service.
|
|
GeneralQueueJobFailed = 26000
|
The queue job failed.
|
|
GeneralQueueInvalidJobUID = 26001
|
The job GUID for the queue is invalid.
|
|
GeneralQueueInvalidTrackingUID = 26002
|
The tracking GUID for the queue is invalid.
|
|
GeneralQueueInvalidJobInfoUID = 26003
|
The job information GUID for the queue is invalid.
|
|
GeneralQueueInvalidCorrelationUID = 26004
|
The queue correlation GUID is invalid.
|
|
GeneralQueueCorrelationBlocked = 26005
|
The queue correlation is blocked.
|
|
GeneralQueueInvalidMessageType = 26006
|
The queue message type is invalid.
|
|
GeneralQueueInvalidJobState = 26007
|
The queue job state is invalid.
|
|
GeneralQueueInvalidGroupState = 26008
|
The group state in the queue is invalid.
|
|
GeneralQueueInvalidGroupPriority = 26009
|
The group priority in the queue is invalid.
|
|
GeneralQueueInvalidCorrelationPriority = 26010
|
The correlation priority in the queue is invalid.
|
|
GeneralQueueInvalidQueueID = 26011
|
The queue ID is invalid.
|
|
GeneralQueueInvalidAdminAction = 26012
|
The Admin action is invalid for the queue.
|
|
GeneralQueueInvalidStatType = 26013
|
The queue status type is invalid.
|
|
GeneralQueueInvalidBlockPolicy = 26014
|
The queue blocking policy is invalid.
|
|
GeneralQueueCannotRetryJob = 26015
|
The queue cannot retry the job.
|
|
GeneralQueueInvalidSetting = 26016
|
There is an invalid setting for the queue.
|
|
GeneralQueueInvalidRendezvousUID = 26017
|
The queue rendezvous GUID is invalid.
|
|
GeneralDalErrorGettingConnectionStrings = 26018
|
Error getting connection strings for the Data Access Layer.
|
|
GeneralDalErrorConnectingToDatabase = 26019
|
Error in the Data Access Layer connecting to the database.
|
|
GeneralDalInvalidArgumentCountCreatingFilter = 26020
|
Invalid number of arguments for creating a filter.
|
|
GeneralDataTableCannotBeNull = 26024
|
A DataTable cannot be null.
|