RESULT_OK |
0 |
Success/OK. |
RESULT_ARGUMENT_ERROR |
1 |
Misformed or unexpected argument. |
RESULT_FAIL |
2 |
Generic 'failure' code. |
RESULT_INTERNAL_ERROR |
3 |
Unexpected issue within SSF. |
RESULT_FRAMEWORK_RESOURCE_ERROR |
4 |
Issue with framework generated resources. |
RESULT_SSH_ERROR |
5 |
Issue with an SSH key or host. |
RESULT_DOCKER_BUILD_ERROR |
6 |
Issue with Docker build. |
RESULT_DOCKER_SERVER_ERROR |
7 |
Issue with Docker server login or push. |
RESULT_DOCKER_STATUS_ERROR |
8 |
Issue with Docker status. |
RESULT_NETWORK_ERROR |
9 |
Issue with networking status. |
RESULT_INSTALLATION_ERROR |
10 |
Issue installing a dependency. |
RESULT_DEPLOYMENT_ERROR |
11 |
Issue deploying an application. |
RESULT_NOT_IMPLEMENTED_ERROR |
12 |
Missing or incomplete feature. |
RESULT_GIT_REPO_ERROR |
13 |
Issue with accessing git repository. |
RESULT_APPLICATION_ERROR |
32 |
Issue within the user application. |
RESULT_APPLICATION_TEST_ERROR |
33 |
Failure returned from the user application test. |
RESULT_APPLICATION_CONFIG_ERROR |
34 |
Issue within the user application config file. |
RESULT_APPLICATION_MODULE_ERROR |
35 |
Issue loading the user application module or creating an application instance. |
RESULT_PACKAGING_ERROR |
36 |
Issue packaging the user application. |
RESULT_UVICORN_ERROR |
128 |
Issue within the FastAPI Uvicorn runner. |
RESULT_GRPC_SERVER_ERROR |
152 |
gRPC framework exception |
RESULT_GRPC_SSF_ERROR |
153 |
Issue within gRPC logic of SSF |
RESULT_GRPC_REQUEST_ERROR |
154 |
Malformed / not correct request |
RESULT_GRPC_APP_CONFIG_ERROR |
155 |
Application configuration problem |
RESULT_PAPERSPACE_DEPLOYMENT_ERROR |
176 |
Paperspace deployment specific issue. |
RESULT_GCORE_DEPLOYMENT_ERROR |
177 |
Gcore deployment specific issue. |
RESULT_UNMET_REQUIREMENT |
255 |
The runner environment does not meet the minimum application requirement. |