Error Codes Guide
VmosEdgeErrorCode
All error code enums:
| Error Code | Description |
|---|---|
CONNECTION_FAILED | Overall connection failed |
CONNECTION_TIMEOUT | Connection timeout |
CONNECTION_LOST | Connection lost |
VIDEO_CHANNEL_CONNECTION_FAILED | Video WebSocket connection failed |
VIDEO_CHANNEL_CLOSED | Video channel unexpectedly closed |
VIDEO_STREAM_ERROR | Video stream data parsing error |
VIDEO_PIPELINE_ERROR | Video processing pipeline error |
AUDIO_CHANNEL_CONNECTION_FAILED | Audio WebSocket connection failed |
AUDIO_STREAM_ERROR | Audio stream processing error |
TOUCH_CHANNEL_CONNECTION_FAILED | Touch WebSocket connection failed |
TOUCH_MESSAGE_PARSE_ERROR | Touch message parsing error |
DECODER_INIT_FAILED | WebCodecs decoder initialization failed |
DECODER_ERROR | Error during decoding |
RENDERER_INIT_FAILED | WebGL/Canvas renderer initialization failed |
RENDERER_ERROR | Renderer error |
UNKNOWN_ERROR | Unknown error |
VmosEdgeErrorType
Error type enum:
| Type | Description |
|---|---|
CONNECTION | Connection error |
VIDEO | Video error |
AUDIO | Audio error |
TOUCH | Touch error |
DECODER | Decoder error |
RENDERER | Renderer error |
