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 themethod, theuser_idfield 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 themethod, thetask_idsfield 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 themethod, theproject_idfield contains incorrect identifier of a project;{"method":"TestMethod","error":"Undefined method 'TestMethod'"}- when calling the non-existentmethod.