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

ResetCallback.ResetFailureReason

Indicates the SDK reset failure reason.

SDK_INIT_IN_PROGRESS

SDK initialization is in progress. Resetting at this time is not allowed.

SDK_RESET_IN_PROGRESS

SDK reset is already in progress.

EXCEPTION_OR_ERROR

Unexpected exception or error during reset.

Last updated