Enum APIException.APIErrorCodes_Enum
Itemizes the known errors thrown by the JobTracker instance.
Namespace: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public enum APIErrorCodes_Enum
Fields
| Name | Description |
|---|---|
| CorruptFileTransfer | The size/checksums of the transfered file is incorrect. |
| DependecyConflict | The action could not be performed due to one or more dependencies. |
| Duplicate | Duplicate object: Creating/Updating would cause a conflict with an existing object. |
| FileAlreadyExists | An attempt was made to overwrite an existing file, without explictly opting to do so. |
| GeneralException | A non-specific server error has occurred. |
| InsufficientSecurityPrivileges | Insufficient security privileges to perform the requested action. |
| InvalidLicense | The JobTracker instance currently has an invalid license key. |
| InvalidRequestDocument | Invalid request document. |
| LicenseRestrictionExceeded | A limit placed on the license key (eg. Attached file size, Number of users, etc.) has been exceeded. |
| LoginFailed | Login failed. (Most likely an invalid user name or password.) |
| NonExistentObject | The request referenced an object that does not exist. (Possibly it may have been deleted.) |
| SessionTimedOut | The session has timed out. |
| SystemTemporarilyUnavailable | The system is temporarily unavailable (for example, as a result of a version upgrade that is in progress). |
| UnsupportedCommand | Unsupported command request. |
| UnsupportedVersion | Unsupported/unrecognized API Version. |