as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support

IPlayerSessionErrorListener

Listener to receive player session track updates. This callback is received when IPlayerServer.sendError API is called from service component.

Properties

onError()

onError: (error, sessionId?) => void

Invoked when an error is sent from service component.

Parameters

error

IPlayerSessionError

The error code and corresponding message.

sessionId?

IPlayerSessionId

The session ID for which the error occurred.

Returns

void


Last updated: Sep 30, 2025