4.4. Common Response Errors

This section describes common errors that are returned by various methods. If you do not find a description of the error, please contact the technical support: tsup@elecard.com.

  • {"error":"user <number> is unavailable"} - when calling the method, the user_id field contains incorrect identifier of a user (such identifier doesn’t exist or refers to a different project );

  • {"method":<method>,"error":"access denied to tasks [<task_ids>]"} - when calling the method, the task_ids field contains at least one incorrect task identifier that doesn’t exist or refers to a different project;

  • {"method":"<method>","error":"project <number> does not exist"} - when calling the method, the project_id field contains incorrect identifier of a project;

  • {"method":"TestMethod","error":"Undefined method 'TestMethod'"} - when calling the non-existent method.