GenerationError
@nonexhaustive
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 -
Undocumented
Declaration
Swift
case assetsUnavailable(GenerativeModelSession.GenerationError.Context) -
The model's response could not be decoded.
Declaration
Swift
case decodingFailure(GenerativeModelSession.GenerationError.Context) -
Undocumented
Declaration
Swift
case concurrentRequests(GenerativeModelSession.GenerationError.Context) -
The content provided as a prompt is not supported by the model.
Declaration
Swift
case unsupportedPromptContent(GenerativeModelSession.GenerationError.Context) -
Undocumented
Declaration
Swift
case internalError(GenerativeModelSession.GenerationError.Context, underlyingError: any Error)