Skip to content

Error Codes Guide

VmosEdgeErrorCode

All error code enums:

Error CodeDescription
CONNECTION_FAILEDOverall connection failed
CONNECTION_TIMEOUTConnection timeout
CONNECTION_LOSTConnection lost
VIDEO_CHANNEL_CONNECTION_FAILEDVideo WebSocket connection failed
VIDEO_CHANNEL_CLOSEDVideo channel unexpectedly closed
VIDEO_STREAM_ERRORVideo stream data parsing error
VIDEO_PIPELINE_ERRORVideo processing pipeline error
AUDIO_CHANNEL_CONNECTION_FAILEDAudio WebSocket connection failed
AUDIO_STREAM_ERRORAudio stream processing error
TOUCH_CHANNEL_CONNECTION_FAILEDTouch WebSocket connection failed
TOUCH_MESSAGE_PARSE_ERRORTouch message parsing error
DECODER_INIT_FAILEDWebCodecs decoder initialization failed
DECODER_ERRORError during decoding
RENDERER_INIT_FAILEDWebGL/Canvas renderer initialization failed
RENDERER_ERRORRenderer error
UNKNOWN_ERRORUnknown error

VmosEdgeErrorType

Error type enum:

TypeDescription
CONNECTIONConnection error
VIDEOVideo error
AUDIOAudio error
TOUCHTouch error
DECODERDecoder error
RENDERERRenderer error

Powered by VMOS Edge Team