The following table lists the possible values for the <ErrorCode> value in a SOAP Fault returned from a Web Services call:
|
Error Name |
Value |
Description |
|---|---|---|
|
UDS_OK |
0 |
Successful. |
|
UDS_FAILURE |
1 |
General failure, check system logs. |
|
UDS_BAD_PARAM |
1000 |
A bad parameter was passed to a method. This error occurs if a required parameter is missing, the wrong type was passed, or an invalid value was used. |
|
UDS_INTERNAL_ERR |
1001 |
Signals that an internal error occurred. A description is found in the return array and the system logs. |
|
UDS_LOCK_ERR |
1002 |
An attempt was made to update an object locked by another user or process. Usually the ID of the contact responsible for locking the object is returned in the return data. |
|
UDS_UPDATE_ERR |
1003 |
An error occurred updating an object. Make sure all required attributes were set and check the system log. |
|
UDS_CREATION_ERR |
1004 |
An error occurred creating an object. Make sure all required attributes were set and check the system logs. |
|
UDS_NOT_FOUND |
1005 |
A search method failed to find any matches or failed to find an object specified. This can happen if a bad or invalid handle is passed to any method. |
|
UDS_SESSION_TIMEOUT |
1006 |
The current method timed out, the CA SDM server may be heavily loaded or the method itself was bad. |
|
UDS_SERVER_GONE |
1007 |
The CA SDM server connection is lost, UDS methods will no longer function and all list references are lost. |
|
UDS_FETCH_ERR |
1008 |
An error occurred while retrieving list data. |
|
UDS_BAD_SESSION |
1010 |
An invalid SID was used. |
|
UDS_CNTXT_TIMEOUT |
1011 |
The SID timed out. |
|
UDS_SECURE_ |
1012 |
The Web Services (or a web service method) requires a secure channel (for example: SSL) for access, but an unsecured channel is being used. |
|
UDS_SECURITY_ |
1013 |
The attempted operation violates CA SDM security and was aborted. |
|
UDS_OVER_POLICY_ |
3002 |
The attempted request is refused because it exceeds the limit defined in the policy. |
|
Copyright © 2013 CA.
All rights reserved.
|
|