GoogleGenerativeAIException class
Parent class for any errors that occur from GenerativeModel.
- Implemented types
- Implementers
Constructors
- GoogleGenerativeAIException(String message, [dynamic cause])
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
from(
dynamic cause) → GoogleGenerativeAIException -
Converts a
Throwable
to a GoogleGenerativeAIException.