Error Codes

This section presents all error codes that can appear, and their descriptions as well.

When a request packet arrives at Plesk API RPC server, it is validated, after which the requested operation performs. If any of these actions fail, Plesk sends back a response packet with an error code. For example:

<packet version="1.4.1.2">
<domain>
<get>
   <result>
      <status>error</status>
      <errcode>1013</errcode>
      <errtext>Object not found.</errtext>
      <id>1234</id>
   </result>
</get>
</domain>
</packet>

 

The error code passed in the errcode node is described in the errtext node. At present, Plesk supports two sets of error codes:

In this chapter:

Reduced List of Error Codes

Complete List of Error Codes