In addition to standard error codes returned from the Saros Programming
Interface, the following status codes may be returned from the CS User
Admin API. Each code is assigned a decimal value and includes an error
message string that describes the nature of the error. For a complete
listing of status codes, see the FileNet Content Services API Manual,
release 5 series documentation on the FileNet
website.
Status
Code |
Value
|
Error
Message String |
NOT_EXPANDABLE
|
20001
|
The
property is not expandable. |
OPERATION_NOT_ALLOWED
|
20002
|
The
requested operation is not allowed. |
BAD_PARAMETER
|
20003
|
An
incorrect value was entered. |
INVALID_OBJECT_STATE_SETTING
|
20006
|
The
object state is invalid. |
INVALID_STATE_FOR_GETDATA
|
20007
|
The
object state is invalid for GetData. |
INVALID_PARENT_OBJECT |
20008
|
System Error: The parent object is invalid. |
NO_VALUE_LIST |
20009
|
The
requested property does have a value list. |
INVALID_STATE_FOR_ACTIONLIST |
20010
|
System Error: The object state is invalid for an action list. |
INVALID_STATE_FOR_DELETE |
20011
|
System Error: The is in an invalid state for deletion. |
PROPERTY_TYPE_NOT_SINGLE |
20012
|
The property to change is not a single value property. |
PUTPROPERTY_FAILED |
20014
|
Modification of the property was not successful. |
MISSING_PARENT_OBJECTS |
20015
|
The
parent object is missing. |
UPDATE_ERROR |
20016
|
The update was not successful. |
UNEXPECTED_ERROR |
20017
|
An unexpected error has occurred. |
PROPERTY_NOT_MODIFIABLE |
20018
|
That property is not modifiable. |
UNKNOWN_APP_TYPE |
20020
|
The application type is unknown. |
SEARCH_OBJECT_NOT_SELECTED |
20021
|
No object has been selected for this search. |
TOO_MANY_CHILDREN
|
20022
|
Too
many child objects for this action (copy). |
PROPERTY_TYPE_NOT_INDEX |
20023
|
The property is not an index type. |
PROPERTY_VALUE_INVALID
|
20026
|
A
required property value has not been entered. |
GREATER_THAN_MAX_INT
|
20027
|
Invalid
value. The maximum value for this property is 2,147,483,647. |
LESS_THAN_MIN_INT
|
20028
|
Invalid
value. The minimum value for this property is -2,147,483,648. |
NO_SEARCH_CRITERIA
|
20029
|
You
must enter a search parameter before attempting a search. |
CLIENT_DLLS_NOT_FOUND
|
20031
|
You
must first install CS client libraries before attempting to use CS
Administration API. |
INCORRECT_OS_VERSION
|
20033
|
You
have an incorrect version of the operating system installed. |
CANT_DELETE_DEFAULT_GROUP |
20034
|
The
default group for the user must be changed before attempting to remove
them from that group. |
SERVER_VERSION_TOO_LOW |
20035
|
The
Content Services library version is earlier than what is supported
by this version of the FileNet Content Services User Administration
API. |
USER_LOGGED_IN |
20036
|
The
delete or rename operation cannot be performed because the user is
currently logged in. |
NAME_TOO_LONG |
20037
|
The
name you have entered is too long. The maximum length is 32 characters. |