GenerativeAIException


public sealed class GenerativeAIException extends Exception

Known direct subclasses
ConnectionException

Error during connection.

DownloadException

Error during download.

InferenceException

Error during inference.

PreparationException

Error during preparation.

TokenizationException

Error during tokenization.

UnknownException

Unknown Error.


Parent class for any errors that occur from GenerativeModel.

Summary

Nested types

The set of GenerativeAIException error codes.

Protected constructors

GenerativeAIException(
    @NonNull String message,
    Throwable cause,
    @GenerativeAIException.ErrorCode int errorCode
)

Public methods

final int

Protected constructors

GenerativeAIException

protected GenerativeAIException(
    @NonNull String message,
    Throwable cause,
    @GenerativeAIException.ErrorCode int errorCode
)

Public methods

getErrorCode

public final int getErrorCode()