Google Apps Security and Compliance Services Web Services Application Programming Interface Guide, Early Access Version 1.5 User Manual
Page 26
API Infrastructure
23
Endpoint Resolver Exception
UnknownEmailException -- Specified email cannot be located in our system.
Service Management API’s AutomatedBatch Exception
BatchException -- This exception is specific to the batch interface layer of the
Service Management API. These are any errors reported by a particular batch
command, field, or batch interface condition. Some of these errors are requests
failures and some are serious conditions.
Recommended Solution
-- If this exception is thrown during the development
cycle, stop the application. To determine the specific batch error, go to the
Administration Console and run the batch command.
Test Operation Exception
StatusException -- This exception is used to trigger an exception without a real
problem in the system. This exception is used by the Service Management and
User Sync APIs’ test operations. If the test operation is called with a ‘false’ value
to test the exception connection between the web service and your application,
the StatusException is returned for a successful round-trip connection.
User Sync API Exception
InvalidCriteriaException - The GetUsers operation’s search criteria could not
possibly return any results, or conflicting search criteria where specified.
Recommended Solution
-- If this exception is thrown during the development
cycle, stop the application. To determine the specific error, either:
•
Confirm your application is not calling more than one organization matching
criteria at the same time, such as using InOrgHierarchy and
InAccountHierarchy.
•
Go to the Administration Console and confirm the organization exists and you
have administrative privileges to access this organization’s policy settings.