Error codes: Difference between revisions
(Created page with "= Error codes = == SOAP server error codes == ===-20001 Internal error === Internal server error. Please contact Krediidiinfo technical support. ===-2...") |
|||
Line 17: | Line 17: | ||
===-20004 Test requests denied === | ===-20004 Test requests denied === | ||
No permission to make requests in the test environment in [[ | No permission to make requests in the test environment in [[Web_Service_Debugging|debug mode]]. Please contact Krediidiinfo [[Klienditugi |customer support]]. | ||
===-20005 Live requests denied === | ===-20005 Live requests denied === |
Revision as of 11:57, 15 June 2012
Error codes
SOAP server error codes
-20001 Internal error
Internal server error. Please contact Krediidiinfo technical support.
-20002 Incorrect HTTP GET parameter 'name' value!
Please check the URL for the value of GET parameter 'name'. The parameter is either missing a value or the value is not a valid web service interface name.
-20003 Access Denied
No permission to access a particular interface. Please contact Krediidiinfo customer support.
-20004 Test requests denied
No permission to make requests in the test environment in debug mode. Please contact Krediidiinfo customer support.
-20005 Live requests denied
Although permission to use the interface has been granted, the right to make requests to the application server has been denied. Commonly used in development. Sometimes when permission is granted to request the test server, permission to make requests to the application server is removed. Please contact Krediidiinfo customer support.
Authentication errors
-10011 Client certificate not found
The request was made without a certificate.
-10012 Certificate revoked
The certificate has expired. Please contact Krediidiinfo customer support.