For the complete documentation index, see llms.txt. This page is also available as Markdown.

AsyncInitializationError

Represent the result of a failed asynchronous SDK initialization. See initializeAsync.

AsyncInitializationError API

getFailureReason()

Returns the initialization failure reason. See InitializationFailureReason.

InitializationFailureReason getFailureReason()

getThrowable()

Returns the exception thrown during initialization.

 Throwable getThrowable()

Last updated