Instead of giving generic no job status, the server now give more detailed status
This commit is contained in:
2
src/com/sheepit/client/Error.java
Normal file → Executable file
2
src/com/sheepit/client/Error.java
Normal file → Executable file
@@ -72,6 +72,8 @@ public class Error {
|
||||
JOB_REQUEST_ERROR_SESSION_DISABLED(203),
|
||||
JOB_REQUEST_ERROR_INTERNAL_ERROR(204),
|
||||
JOB_REQUEST_ERROR_RENDERER_NOT_AVAILABLE(205),
|
||||
JOB_REQUEST_SERVER_IN_MAINTENANCE(206),
|
||||
JOB_REQUEST_SERVER_OVERLOADED(207),
|
||||
|
||||
JOB_VALIDATION_ERROR_MISSING_PARAMETER(300),
|
||||
JOB_VALIDATION_ERROR_BROKEN_MACHINE(301), // in GPU the generated frame is black
|
||||
|
||||
Reference in New Issue
Block a user