Classes
| Class | Description | |
|---|---|---|
| APIException |
Base exception for Thomas' API exceptions
| |
| EventLogging |
Allows logging of errors to the Windows Event Log
| |
| IncompleteGIAException |
Indicates that the GIA for the requested person is not valid as it is not complete
| |
| IncompleteJobProfileException |
Indicates that the job profile for the requested job is not valid as it is not complete
| |
| IncompletePPAException |
Indicates that the PPA for the requested person is not valid as it is not complete
| |
| IncompleteTEIQueException |
Indicates that the TEIQue for the requested person is not valid as it is not complete
| |
| InternalException |
Indicates that an error occurred on the server, details of which are not needed by the client.
| |
| InvalidAgentException |
Indicates that the Agent GUID supplied to the webservice method is invalid
| |
| InvalidAuthTokenException |
Indicates that the authentication token supplied to the webservice method is invalid
| |
| InvalidLocaleException |
Indicates that the locale string supplied does not correspond to a valid Locale
| |
| InvalidRefIDException |
Indicates that the RefID supplied to the webservice method is invalid
| |
| JobNotFoundException |
Indicates that no job could be found with a RefID matching the JobRefID supplied to the webservice method
| |
| PersonNotFoundException |
Indicates that no person could be found with a RefID matching the PersonRefID supplied to the webservice method
|