
1. Create task
RequesterrorId = 0 and a taskId when the task is created successfully.
Failure:
errorId = 1 along with an errorCode.
2. Get task result
RequesterrorId = 0 and status = ready. Read the result from solution.
Processing:
errorId = 0 and status = processing while the task is being processed. Please wait 2 seconds and retry.
Failure:
errorId = 1 when processing fails.


