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

InitializationResult

InitializationResult API

isSuccessful()

boolean isSuccessful()

getFailureReason()

@Nullable InitializationFailureReason getFailureReason()

Returns the InitializationFailureReason, returns null if initialization was successful.

getThrowable()

@Nullable Throwable getThrowable()

Returns the exception thrown during initialization.

Last updated