Errors

Megaload uses conventional HTTP response codes to indicate success or failure of an API request. 2xx codes indicate success, codes in the 4xx range indicate an error related to the provided information (e.g. a parameter was missing, the test is already running, etc.), and codes in the 5xx range indicate an internal error within Megaload.

Returns

All REST API calls may return a 409 response code with an error message providing the reason.

Example response

Status: 409 Conflict
{
  "error" : "Command cannot be executed in state running"
}