GenerationError
public enum GenerationError : Error, LocalizedErrorAn error that occurs during content generation.
-
A context providing more information about the generation error.
Declaration
Swift
public struct Context : Sendable -
The model’s response could not be decoded.
Declaration
Swift
case decodingFailure(GenerativeModelSession.GenerationError.Context)