Skip to main content
Version: Latest

Error Index

You can check error types from the AIError and its details through the callback(onAIPlayerError) and take appropriate action.

If an error occurs, the onAIPlayerError(AIError) callback function is called. AIError, the argument of this function, contains information about the error. AIError.code tells what type of error occurred, and AIError.exInfo is a String that has the details of the error.

For example, code 1402 may mean Token expired. In this case, the token is refreshed by calling AIModelInfoManager.generateToken().

Check the full error view here.