GenerativeAIException


public sealed class GenerativeAIException extends Exception

알려진 직접 서브클래스
ConnectionException

연결 중에 오류가 발생했습니다.

DownloadException

다운로드 중 오류가 발생했습니다.

InferenceException

추론 중에 오류가 발생했습니다.

PreparationException

준비 중 오류가 발생했습니다.

TokenizationException

토큰화 중에 오류가 발생했습니다.

UnknownException

알 수 없는 오류입니다.


GenerativeModel에서 발생하는 오류의 상위 클래스입니다.

요약

중첩된 유형

GenerativeAIException 오류 코드 집합입니다.

보호된 생성자

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

공개 메서드

final int

보호된 생성자

GenerativeAIException

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

공개 메서드

getErrorCode

public final int getErrorCode()