Skip to content

Network & Connection Errors

These errors relate to network connectivity between the client, rig, and backend services.

Hex Error Codes

Error CodeNamePluginDescription
0x80030112NVST_DISCONN_CLIENT_CONNECT_FAILEDElmPluginInitial client connection failed
0x80030114NVST_DISCONN_CLIENT_RECONNECT_TIMEOUTElmPluginClient reconnection timed out
0x80030116NVST_DISCONN_UNABLE_TO_CONTACT_GAMESTREAMElmPluginCannot reach GameStream service
0x80030117NVST_DISCONN_UNABLE_TO_CONTACT_NGSElmPluginCannot reach NVIDIA Grid Service
0x80030118NVST_DISCONN_INITIAL_CLIENT_CONNECTION_TIMEOUTElmPluginInitial connection timeout
0x8003011ANVST_DISCONN_STREAM_FAILED_TO_STARTElmPluginStream failed to initialize

SRC_ Equivalents

CodeDescription
SRC_ClientConnectFailedClient connection attempt failed
SRC_ClientReconnectTimeoutClient reconnection timed out
SRC_InitialClientConnectionTimeoutInitial client connection timed out
SRC_StreamFailedToStartFailed to start streaming
SRC_StreamingInterruptedStreaming was interrupted
SRC_UnableToContactGameStreamCannot reach GameStream service
SRC_UnableToContactNGSCannot reach NVIDIA Grid Service
SRC_FailedToContactProvisionManagerCannot reach provision manager

Forwarding / Resource Allocation Errors

These occur when the backend cannot allocate resources for a session:

CodeDescription
FORWARDING__ZONE_OUT_OF_CAPACITYZone capacity exceeded
FORWARD__REQUEST_ALLOCATION_TIME_EXPIREDAllocation time expired
FORWARD__REQUEST_INSUFFICIENT_VM_CAPACITYInsufficient VM capacity
FORWARD__REQUEST_INSUFFICIENT_ROUTE_CAPACITYInsufficient route capacity
FORWARD__REQUEST_GAME_BINARIES_NO_AVAILABLEGame binaries unavailable
FORWARD__REQUEST_RESOURCE_POOL_NOT_CONFIGUREDResource pool not configured
FORWARD__REQUEST_INSUFFICIENT_SCRATCH_SPACE_CAPACITYInsufficient scratch space
FORWARD__REQUEST_CSS_ALLOCATION_FAILEDCSS allocation failed

Region Errors

CodeDescription
REGION__NOT_SUPPORTED_FOR_STREAMINGRegion not supported
REGION__NOT_SUPPORTED_INDEFINITELYRegion permanently unsupported
REGION__ON_HOLD_FOR_FREERegion on hold for free tier
REGION__ON_HOLD_FOR_PAIDRegion on hold for paid tier
REGION__BANNEDRegion banned

admindesk.top — Reversed & documented from Asgard rig backups and GCIS plugin binaries.