ZW - Error Codes

Tags:  

Error Codes and Messages


The list of exceptions that you will get while accessing the API methods are basically segregated into two categories -

General - This entails authentication errors as well as internal server errors while processing the request.

Input - This error may occur as a result of user missing out on providing mandatory arguments for the method, incorrect parameter values etc.

The error report will be in the form of HTTP error code and an XML error response. The list of error codes and a generalised XML error response is mentioned below:

Error Codes

The list of HTTP error codes are tabulated below:

Code
Category
Description
1400
General
Error occurred while parsing the URI
1401
General
Authentication failed because of invalid "ticket"
1404
General
Document not found
1405
General
No such Method. Incorrect method name
1890
General
The "apikey" specified in the request is invalid.
1822
General
Authentication failed for GET method
1833
General
Server Error while processing the request



1832
Input
Missing argument error. Mandatory arguments, required for processing this request is missing
1416
Input Specified value is not consistent for the present request. Request range not satisfied.
1801
Input Document name specified should not contain special characters.
1500
Input Unsupported Media Type, Upload Failed please try again with proper input.
1802
Input
Invalid image name. Name specified should not start with a number



1800

No documents in the trashed list
1803

Please specify the document content type
1804

Tag-name not found. No such tag exists for the document
1805

No such document exist for the given tag-name.
1806

No such document found in the shared list
1807

The document is already trashed.
1810

Tag-name already exists for the document.

 


 RSS of this page