Error codes (DNSmanager)
From ISPWiki
The article below describes the error codes returned by the DNSmanager control panel. If an error occurs, the control panel will return an XML-document with the error node. For example:
<error code="3" obj="site">. The error code is specified in the code attribute.
Contents |
error code="1"
DNSmanager internal errors.
error code="2"
The object that you are trying to create already exists. In this case the additional obj attribute is used. It contains the type of the object you are trying to create.
error code="3"
The object that you trying to use doesn't exist. In this case the additional obj attribute is used, it specifies a type of the non-existent object.
error code="4"
One of form fields that is transferred to the control panel has invalid value. Name of the field with invalid value is specified in the val attribute.
error code="5"
One of the limits has been exceeded, for example, limit on the number of users, domains or databases. In this case the valattribute is also used, specifying the exceeded limit.
error code="6"
A user who is trying to access an object has insufficient privileges.
error code="7"
DNSmanager license problem.
