Network & Connection Errors
These errors relate to network connectivity between the client, rig, and backend services.
Hex Error Codes
| Error Code | Name | Plugin | Description |
|---|---|---|---|
0x80030112 | NVST_DISCONN_CLIENT_CONNECT_FAILED | ElmPlugin | Initial client connection failed |
0x80030114 | NVST_DISCONN_CLIENT_RECONNECT_TIMEOUT | ElmPlugin | Client reconnection timed out |
0x80030116 | NVST_DISCONN_UNABLE_TO_CONTACT_GAMESTREAM | ElmPlugin | Cannot reach GameStream service |
0x80030117 | NVST_DISCONN_UNABLE_TO_CONTACT_NGS | ElmPlugin | Cannot reach NVIDIA Grid Service |
0x80030118 | NVST_DISCONN_INITIAL_CLIENT_CONNECTION_TIMEOUT | ElmPlugin | Initial connection timeout |
0x8003011A | NVST_DISCONN_STREAM_FAILED_TO_START | ElmPlugin | Stream failed to initialize |
SRC_ Equivalents
| Code | Description |
|---|---|
SRC_ClientConnectFailed | Client connection attempt failed |
SRC_ClientReconnectTimeout | Client reconnection timed out |
SRC_InitialClientConnectionTimeout | Initial client connection timed out |
SRC_StreamFailedToStart | Failed to start streaming |
SRC_StreamingInterrupted | Streaming was interrupted |
SRC_UnableToContactGameStream | Cannot reach GameStream service |
SRC_UnableToContactNGS | Cannot reach NVIDIA Grid Service |
SRC_FailedToContactProvisionManager | Cannot reach provision manager |
Forwarding / Resource Allocation Errors
These occur when the backend cannot allocate resources for a session:
| Code | Description |
|---|---|
FORWARDING__ZONE_OUT_OF_CAPACITY | Zone capacity exceeded |
FORWARD__REQUEST_ALLOCATION_TIME_EXPIRED | Allocation time expired |
FORWARD__REQUEST_INSUFFICIENT_VM_CAPACITY | Insufficient VM capacity |
FORWARD__REQUEST_INSUFFICIENT_ROUTE_CAPACITY | Insufficient route capacity |
FORWARD__REQUEST_GAME_BINARIES_NO_AVAILABLE | Game binaries unavailable |
FORWARD__REQUEST_RESOURCE_POOL_NOT_CONFIGURED | Resource pool not configured |
FORWARD__REQUEST_INSUFFICIENT_SCRATCH_SPACE_CAPACITY | Insufficient scratch space |
FORWARD__REQUEST_CSS_ALLOCATION_FAILED | CSS allocation failed |
Region Errors
| Code | Description |
|---|---|
REGION__NOT_SUPPORTED_FOR_STREAMING | Region not supported |
REGION__NOT_SUPPORTED_INDEFINITELY | Region permanently unsupported |
REGION__ON_HOLD_FOR_FREE | Region on hold for free tier |
REGION__ON_HOLD_FOR_PAID | Region on hold for paid tier |
REGION__BANNED | Region banned |