sforce logo

ExceptionCode


An ExceptionCode contains information about an ApiFault that occurred during an sforce API call. For more information, see Error Handling in the sforce API.

The following list of ExceptionCode values is defined in your WSDL file:

ExceptionCode
Description
API_CURRENTLY_DISABLED
API functionality is temporarily down due to a server problem.
API_DISABLED_FOR_ORG
Organization is not enabled for use of the API. A representative from the organization must contact salesforce.com to enable API access.
EXCEEDED_ID_LIMIT
Too many IDs were requested in a retrieve call.
EXCEEDED_LEAD_CONVERT_LIMIT
Too many IDs were sent to a convertLead call.
EXCEEDED_MAX_SIZE_REQUEST
Size of the message sent to the sforce Web service exceeded 50MB.
EXCEEDED_QUOTA
Organization storage limits have been exceeded during a create call.
EXCEEDED_RATE_LIMIT
Client sent concurrent API requests and the original request has been terminated.
FUNCTIONALITY_NOT_ENABLED
Functionality has been temporarily disabled. Other calls may continue to work.
INSUFFICIENT_ACCESS
Logged-in user does not have sufficient access to perform this operation.
INVALID_ASSIGNMENT_RULE
Specified AssignmentRuleHeader value is not valid.
INVALID_BATCH_SIZE
Batch size specified in the query options is out of the supported range.
INVALID_CLIENT
Client is invalid.
INVALID_FIELD
Specified field name is invalid.
INVALID_LOGIN
Invalid login credentials.
INVALID_NEW_PASSWORD
New password does not conform with the organization's password settings.
INVALID_OPERATION_WITH_EXPIRED_PASSWORD
Client application that logged on with an expired password invoked an invalid call (only setPassword is allowed).
INVALID_QUERY_FILTER_OPERATOR
An operator used in the query filter clause is invalid, at least for that field.
INVALID_QUERY_LOCATOR
Specified queryLocator parameter in a queryMore call is invalid.
INVALID_REPLICATION_DATE
Date for replication is out of range, such as before the salesforce.com 30 day limit (previous to the current date) for keeping deleted date, or before the organization was created.
INVALID_SEARCH
Invalid syntax or grammar specified in the search call. See sforce Object Search Language (SOSL).
INVALID_SEARCH_SCOPE
Specified search scope is invalid.
INVALID_SESSION_ID
Specified sessionID is invalid or has expired. You should log in again to generate a new session.
INVALID_TYPE
Specified sObject type is invalid.
LOGIN_DURING_RESTRICTED_DOMAIN
User is restricted from logging in from this IP address.
LOGIN_DURING_RESTRICTED_TIME
User is restricted from logging in during this time period.
MALFORMED_QUERY
Specified query string is not valid. For example, the query string was longer than 10,000 characters.
MALFORMED_SEARCH
Specified search string is invalid. For example, the search string was longer than 10,000 characters.
ORG_LOCKED
Organization has been locked. You must contact salesforce.com to re-enable the organization.
PASSWORD_LOCKOUT
User has attempted multiple invalid logins and has been locked out. The user must contact the organization administrator to re-enable the account.
QUERY_TIMEOUT
Query timed out. For more information, see sforce Object Query Language (SOQL).
SERVER_UNAVAILABLE
A server that is necessary for this call, such as the search call, is currently down. Other types of requests might still work.
TRIAL_EXPIRED
Organization is a trial organization that has reached its expiration date. A representative from the organization must contact salesforce.com to re-enable the organization.
UNKNOWN_EXCEPTION
Server encountered an internal error. You should report this problem to salesforce.com.
UNSUPPORTED_API_VERSION
WSDL file represents an unsupported version of the sforce API.
UNSUPPORTED_CLIENT
This version of the client is no longer supported.


© Copyright 2000-2003 SalesForce.com, Inc.
All rights reserved • Various trademarks held by their respective owners.