Wasabi ExpressPlay SDK for iOS  1.23.0
Data Structures | Enumerations | Functions
WsbResultHelper.h File Reference

Wasabi Result Helper. More...

#include "WsbTypes.h"

Go to the source code of this file.

Data Structures

struct  WSB_ResultExplanation
 Structure that will be populated and returned by WSB_ExplainResult function. More...
 

Enumerations

enum  WSB_ResultRecommendation {
  WSB_RECOMMEND_TRY_AGAIN = 0,
  WSB_RECOMMEND_REINSTALL,
  WSB_RECOMMEND_CHECK_NETWORK,
  WSB_RECOMMEND_CONTACT_SUPPORT,
  WSB_RECOMMEND_REFRESH_CONTENT,
  WSB_RECOMMEND_FIX_DRM,
  WSB_RECOMMEND_GOTO_BROWSER,
  WSB_RECOMMEND_REBOOT
}
 Identifiers for possible recommended actions for the user to take when a WSB_Result other than WSB_SUCCESS is returned from a Wasabi API method. More...
 

Functions

WSB_EXPORT WSB_ResultExplanation WSB_ExplainResult (WSB_Result result, const char **languages, WSB_UInt32 language_count)
 This function tries to guess the cause and possible best remedy for a given error. More...
 

Detailed Description

Wasabi Result Helper.

Enumeration Type Documentation

◆ WSB_ResultRecommendation

Identifiers for possible recommended actions for the user to take when a WSB_Result other than WSB_SUCCESS is returned from a Wasabi API method.

Enumerator
WSB_RECOMMEND_TRY_AGAIN 
WSB_RECOMMEND_REINSTALL 
WSB_RECOMMEND_CHECK_NETWORK 
WSB_RECOMMEND_CONTACT_SUPPORT 
WSB_RECOMMEND_REFRESH_CONTENT 
WSB_RECOMMEND_FIX_DRM 
WSB_RECOMMEND_GOTO_BROWSER 
WSB_RECOMMEND_REBOOT