FirebaseAILogic Framework Reference

GenerationError

public enum GenerationError : Error, LocalizedError

An 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)