Response Result Codes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==Global Web Service== | |||
===GE=== | |||
{|class="alternate01" cellspacing="0" | |||
!Code | |||
!Name | |||
!Detail | |||
!style="border-right:0px;"|Description | |||
|- | |||
|GE03 | |||
|Records Per Request Exceeded | |||
| | |||
|The counted records sent more than the number of records allowed per request. | |||
|- | |||
|GE04 | |||
|Empty CustomerID | |||
| | |||
|The CustomerID is empty. | |||
|- | |||
|GE05 | |||
|Invalid CustomerID | |||
| | |||
|The CustomerID is invalid. | |||
|- | |||
|GE06 | |||
|Disabled CustomerID | |||
| | |||
|The CustomerID is disabled. | |||
|- | |||
|GE08 | |||
|Invalid CustomerID for Product | |||
| | |||
|The CustomerID is invalid for this product. | |||
|} | |||
===SE=== | |||
{|class="alternate01" cellspacing="0" | |||
!Code | |||
!Name | |||
!Detail | |||
!style="border-right:0px;"|Description | |||
|- | |||
|SE01 | |||
|Web Service Internal Error | |||
| | |||
|The web service experienced an internal error. | |||
|} | |||
==Personator Response== | |||
===GE=== | |||
{|class="alternate01" cellspacing="0" | |||
!Code | |||
!Name | |||
!Detail | |||
!style="border-right:0px;"|Description | |||
|- | |||
|GE01 | |||
|Empty JSON or XML Request Structure | |||
| | |||
|The JSON or XML request structure is empty. | |||
|- | |||
|GE02 | |||
|Empty JSON or XML Request Record Structure | |||
| | |||
|The JSON or XML request record structure is empty. | |||
|- | |||
|GE03 | |||
|Records Per Request Exceeded | |||
| | |||
|The counted records sent more than the number of records allowed per request. | |||
|- | |||
|GE04 | |||
|Empty CustomerID | |||
| | |||
|The CustomerID is empty. | |||
|- | |||
|GE05 | |||
|Invalid CustomerID | |||
| | |||
|The CustomerID is invalid. | |||
|- | |||
|GE06 | |||
|Disabled CustomerID | |||
| | |||
|The CustomerID is disabled. | |||
|- | |||
|GE07 | |||
|Invalid JSON or XML Request | |||
| | |||
|The JSON or XML request is invalid. | |||
|- | |||
|GE20 | |||
|Verify Not Activated | |||
| | |||
|The Verify package was requested but is not active for the Customer ID. | |||
|- | |||
|GE21 | |||
|Append Not Activated | |||
| | |||
|The Append package was requested but is not active for the Customer ID. | |||
|} | |||
===GW=== | |||
{|class="alternate01" cellspacing="0" | |||
!Code | |||
!Name | |||
!Detail | |||
!style="border-right:0px;"|Description | |||
|- | |||
|GW01 | |||
|Expiring License | |||
| | |||
|The license will expire within 2 weeks. | |||
|} | |||
===SE=== | |||
{|class="alternate01" cellspacing="0" | |||
!Code | |||
!Name | |||
!Detail | |||
!style="border-right:0px;"|Description | |||
|- | |||
|SE01 | |||
|Web Service Internal Error | |||
| | |||
|The web service experienced an internal error. | |||
|} | |||
==SmartMover== | ==SmartMover== | ||
===WS - Response Level=== | ===WS - Response Level=== | ||
Line 104: | Line 236: | ||
== | ==Web Service Response== | ||
Syntax To Get Global Results:- Response.Result | |||
===GE=== | ===GE=== | ||
{|class="alternate01" cellspacing="0" | {|class="alternate01" cellspacing="0" | ||
Line 162: | Line 247: | ||
|- | |- | ||
|GE01 | |GE01 | ||
|Empty | |Empty XML Request | ||
| | | | ||
| | |General Error. Empty XML request structure. | ||
|- | |- | ||
|GE02 | |GE02 | ||
|Empty | |Empty XML Request Record | ||
| | | | ||
| | |General Error. Empty XML request record structure. | ||
|- | |- | ||
|GE03 | |GE03 | ||
| | |Record Limit Exceeded | ||
| | | | ||
| | |General Error. Counted records send more than number of records allowed per request. | ||
|- | |- | ||
|GE04 | |GE04 | ||
|Empty CustomerID | |Empty CustomerID | ||
| | | | ||
| | |General Error. CustomerID is empty. | ||
|- | |- | ||
|GE05 | |GE05 | ||
|Invalid CustomerID | |Invalid CustomerID | ||
| | | | ||
| | |General Error. CustomerID is invalid. | ||
|- | |- | ||
|GE06 | |GE06 | ||
|Disabled CustomerID | |Disabled CustomerID | ||
| | | | ||
| | |General Error. CustomerID is disabled. | ||
|- | |- | ||
|GE07 | |GE07 | ||
|Invalid | |Invalid XML Request | ||
| | | | ||
| | |General Error. XML request is invalid. | ||
|} | |} | ||
Line 230: | Line 291: | ||
|- | |- | ||
|SE01 | |SE01 | ||
| | |Internal Error | ||
| | | | ||
| | |Web Service internal error. | ||
|} | |} | ||
[[Category:Results Codes]] | [[Category:Results Codes]] |
Revision as of 23:14, 19 July 2013
Global Web Service
GE
Code | Name | Detail | Description |
---|---|---|---|
GE03 | Records Per Request Exceeded | The counted records sent more than the number of records allowed per request. | |
GE04 | Empty CustomerID | The CustomerID is empty. | |
GE05 | Invalid CustomerID | The CustomerID is invalid. | |
GE06 | Disabled CustomerID | The CustomerID is disabled. | |
GE08 | Invalid CustomerID for Product | The CustomerID is invalid for this product. |
SE
Code | Name | Detail | Description |
---|---|---|---|
SE01 | Web Service Internal Error | The web service experienced an internal error. |
Personator Response
GE
Code | Name | Detail | Description |
---|---|---|---|
GE01 | Empty JSON or XML Request Structure | The JSON or XML request structure is empty. | |
GE02 | Empty JSON or XML Request Record Structure | The JSON or XML request record structure is empty. | |
GE03 | Records Per Request Exceeded | The counted records sent more than the number of records allowed per request. | |
GE04 | Empty CustomerID | The CustomerID is empty. | |
GE05 | Invalid CustomerID | The CustomerID is invalid. | |
GE06 | Disabled CustomerID | The CustomerID is disabled. | |
GE07 | Invalid JSON or XML Request | The JSON or XML request is invalid. | |
GE20 | Verify Not Activated | The Verify package was requested but is not active for the Customer ID. | |
GE21 | Append Not Activated | The Append package was requested but is not active for the Customer ID. |
GW
Code | Name | Detail | Description |
---|---|---|---|
GW01 | Expiring License | The license will expire within 2 weeks. |
SE
Code | Name | Detail | Description |
---|---|---|---|
SE01 | Web Service Internal Error | The web service experienced an internal error. |
SmartMover
WS - Response Level
Code | Name | Detail | Description |
---|---|---|---|
WSE00 | Unexpected Error | Your request could not be processed due to an unexpected error. Please retry your request. | |
WSE03 | NCOALink Time Range Exceeded | The months to allow for NCOALink products ranges from 6 months to 48 months. | |
WSE05 | Records Array Error | The records array is empty, un-allocated, or out of bounds. | |
WSE13 | Request Record Range Exceeded | The requesting records must in the range of 1 and 500. | |
WSE14 | Does Not Exist in Summary Report | The ticket or field does not exist in the summary report table. | |
WSE15 | Processing Type Error | OptSmartMoverProcessingType is empty or of the incorrect type. | |
WSE16 | Processing Range Error | OptSmartMoverListOwnerFreqProcessing ranges must be from 1 to 52. | |
WSE17 | Long List Name | OptSmartMoverListName cannot contain over 30 characters. | |
WSE18 | Invalid List Name | ||
WSE21 | PAF Customer Does Not Exist | The PAF's customer does not exist. | |
WSE23 | Bad Request | There was a bad request stream or incorrect request XML element type. | |
WSE24 | Invalid Link | The link is invalid. | |
WSE26 | CustomerID Invalid | The customerID is not valid, the customerID is not enabled, or the customer's PAF is not on file. | |
WSE28 | JobID Too Long | The JobID cannot contain over 50 characters. | |
WSE29 | Invalid Characters in JobID | , non-printing characters or spaces. | |
WSE31 | JobID Required | The JobID is required to open summary reports. | |
WSE32 | Invalid Command | The command was invalid. | |
WSC00 | Internal Configuration Error | Your request could not be processed due to an unexpected internal configuration error. Please contact your sales representative! | |
WSI00 | Data Error | An error has occurred. Possibly a synchonized data error,a credit caluclation excess limit, or an incorrect internal sql update package. |
Web Service Response
Syntax To Get Global Results:- Response.Result
GE
Code | Name | Detail | Description |
---|---|---|---|
GE01 | Empty XML Request | General Error. Empty XML request structure. | |
GE02 | Empty XML Request Record | General Error. Empty XML request record structure. | |
GE03 | Record Limit Exceeded | General Error. Counted records send more than number of records allowed per request. | |
GE04 | Empty CustomerID | General Error. CustomerID is empty. | |
GE05 | Invalid CustomerID | General Error. CustomerID is invalid. | |
GE06 | Disabled CustomerID | General Error. CustomerID is disabled. | |
GE07 | Invalid XML Request | General Error. XML request is invalid. |
SE
Code | Name | Detail | Description |
---|---|---|---|
SE01 | Internal Error | Web Service internal error. |