Types
ReactorStatus
The current connection status of the Reactor instance.ReactorState
Complete state information including status, waiting info, and errors.ReactorWaitingInfo
Queue information when status iswaiting
.
Example
ReactorError
Error information when issues occur.Common Error Codes
Code | Component | Recoverable | Description |
---|---|---|---|
AUTHENTICATION_FAILED | coordinator | No | Invalid API key or JWT token |
COORDINATOR_CONNECTION_ERROR | coordinator | Yes | Failed to connect to coordinator |
GPU_CONNECTION_FAILED | gpu | Yes | Failed to connect to assigned GPU |
GPU_CONNECTION_ERROR | gpu | Yes | GPU connection error |
MESSAGE_SEND_FAILED | gpu | Yes | Failed to send message to GPU |