Instead of giving generic no job status, the server now give more detailed status

This commit is contained in:
Laurent Clouet
2016-03-16 14:07:42 +01:00
parent fc46062a96
commit eff4ab2198
6 changed files with 60 additions and 0 deletions

View File

@@ -90,6 +90,8 @@ where X:
* 202 => Client's session is dead. Client should do a config request before requesting a new job.
* 203 => Client's session have been disabled (usually because the client is sending broken frame). The client warms the end user and logout.
* 205 => No renderer is available for Client's hardware (pair of OS and architecture). For example Blender is not available for MacOS 32bits.
* 206 => Server is in maintenance mode, it will not give frame to do (but it will keep the session alive).
* 207 => Server is too busy to run the scheduler, it will not give frame to do (but it will keep the session alive).
* something else => unknown error
Answer with no error: