Web service return codes
Note: The result codes indicate the success/failure of transacting with the Web Service. They do NOT relate to success/failure of a fax transmission. For completeness, inbound fax method return codes are included in the table.
| Value | Description |
|---|---|
| (any value greater than 0) | TransactionID. This indicates a successful connection to the Web Service. |
| -111 | Attempting to fax to a number that is not the designated fax number in a developer account. |
| -112 | No valid recipients added or missing fax number. |
| -114 | Postpone date too late (can be no later than 30 days from now) |
| -123 | No valid documents attached |
| -150 | Internal system error. |
| -310 | The logged in user in context is not a primary user. User is not authorized to operate actions on RequestedUserID. |
| -311 | Transaction does not belong to requested user |
| -312 | Email(s) already resent |
| -666 | The user is configured in another switch group |
| -677 | The user does not have any TX service registered |
| -710 | At least one of the two parameter QueryControl.ReturnItems, QueryControl.ReturnStats should be set to true |
| -1002 | Number of types does not match number of document sizes string |
| -1003 | Authentication error: the user cannot be authenticated when either the username or the password is incorrect OR any other last error occurred when authenticating the user. |
| -1004 | Missing file type |
| -1005 | Transaction does not exist |
| -1007 | Size value is not numeric or not greater than 0 |
| -1008 | Total sizes does not match filesdata length |
| -1009 | Image not available (may happen if the ‘delete fax after completion’ feature is active) |
| -1011 | Too many data requests (maximum frequency of polling for fax status defined under System limitations) from the Username. |
| -1030 | Invalid Verb or VerbData |
| -1061 | Missing chunk; the chunk byte array parameter passed is nothing or the length of chunk byte array is 0. |
| -1062 | Wrong session ID. The Session ID token passed is either not available in the cache entry or is completed or is expired (expired date is earlier than current date). |
| -1063 | The uploaded file is too large; the uploaded chunk size is greater than the thresholdSessionMaxSizevariable set in the configuration setting of the application. |
| -1066 | Multiple faxes are chained to the same original transaction |
| -1876 | Authentication error, too many login attempts, the User is blocked for 1 hour |
| -2003 | The request from the IP of the machine is not in a valid IP address range. |
| -2050 | Invalid EmailFormat value (should be PlainText/PlainTextLink) |
| -2051 | Invalid EmailImageFormat value (should be TIF/PDF/Default) |
| -2052 | Invalid WebFeedBackMethod value (should be None/WS/Post) |
| -2053 | Invalid AttachmentFormat value (should be TIF/PDF) |
| -2054 | Invalid DeleteAfterUsage value (should be DeleteAfterWS/DeleteAfterMail/DontDelete) |
| -2055 | Invalid DefaultRetriesInterval |
| -2056 | Invalid DefaultPageScaling |
| -2057 | Invalid DefaultTextFontSize |
| -2058 | Invalid WebFeedBackType |
| -2060 | Invalid WebFeedBackMethod |
| -2071 | User is not authorized to operate actions on specified contact list |
| -2072 | There is not contact list with ListID value which belong to requested userid. |
| -2073 | There is no contact associated with ContactID |
| -2074 | User is not authorized to operate actions on specified contact |
| -2075 | Fax input is not a valid fax number |
| -2076 | Contact List reached it’s maximum number of contacts. |
| -2077 | Ownername value can not be empty |
| -2078 | Ownerid value can not be empty |
| -2084 | The specified user does not belong to the provided superuser’s accounts |
| -3001 | Invalid MessageID |
| -3002 | “From” parameter is larger than image size |
| -3003 | Image doesn’t exist |
| -3004 | TIFF file is empty |
| -3005 | Requested chunk size is invalid (less than 1 or greater than the maximum value defined under System limitations) |
| -3006 | Max item is smaller than 1 |
| -3007 | No permission for this action (In inbound method GetList, LType is set to AccountAllMessages or AccountNewMessages, when the username is not a Primary user) |
| -3016 | The account has been suspended |