This is documentation for Plesk Onyx.
Go to documentation for the latest version, Plesk Obsidian.
Error Codes
This section presents all error codes that can appear, and their descriptions as well.
When a request packet arrives at Plesk XML API server, it is validated, and then the requested operations are performed. If any of these actions fail, Plesk sends back a response packet with an error code. For example:
<packet>
<webspace>
<get>
<result>
<status>error</status>
<errcode>1013</errcode>
<errtext>Object not found.</errtext>
<id>1234</id>
</result>
</get>
</webspace>
</packet>
The error code passed in the errcode node is described in the errtext node.
Starting with versions 8.0 for UNIX / 7.6.1 for Windows, Plesk supports a reduced set of error codes. To learn more about the reduced set of error codes, refer to the Reduced List of Error Codes section.