Wasabi ExpressPlay SDK for Embedded Systems  1.23.0
Data Fields
WSB_PlaylistProxy_ErrorNotificationEvent Struct Reference

Error notification event. More...

#include <WsbPlaylistProxy.h>

Data Fields

WSB_PlaylistProxy_Event base
 Event base. More...
 
WSB_Result result
 Error result code. More...
 
const char * error_string
 Optional error string. More...
 

Detailed Description

Error notification event.

If the WSB_PlaylistProxy_EventType for the event passed to the listener is WSB_PPET_ERROR_NOTIFICATION, then the WSB_PlaylistProxy_Event pointer passed to the listener should be cast to WSB_PlaylistProxy_ErrorNotificationEvent.

See also
WSB_PlaylistProxy_Event
Since
1.13

Field Documentation

◆ base

WSB_PlaylistProxy_Event WSB_PlaylistProxy_ErrorNotificationEvent::base

Event base.

◆ error_string

const char* WSB_PlaylistProxy_ErrorNotificationEvent::error_string

Optional error string.

◆ result

WSB_Result WSB_PlaylistProxy_ErrorNotificationEvent::result

Error result code.


The documentation for this struct was generated from the following file: