[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-20 UTC."],[],[],null,["# FirebaseAI Framework Reference\n\nEnumerations\n============\n\nThe following enumerations are available globally.\n- `\n ``\n ``\n `\n\n ### [GenerateContentError](/docs/reference/swift/firebaseai/api/reference/Enums/GenerateContentError)\n\n `\n ` \n Errors that occur when generating content from a model. \n\n #### Declaration\n\n Swift \n\n @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)\n public enum GenerateContentError : Error\n\n- `\n ``\n ``\n `\n\n ### [JSONValue](/docs/reference/swift/firebaseai/api/reference/Enums/JSONValue)\n\n `\n ` \n Represents a value in one of JSON's data types.\n\n This may be decoded from, or encoded to, a\n [`google.protobuf.Value`](https://protobuf.dev/reference/protobuf/google.protobuf/#value). \n\n #### Declaration\n\n Swift \n\n @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)\n public enum JSONValue : Sendable\n\n extension JSONValue: Decodable\n\n extension JSONValue: Encodable\n\n extension JSONValue: Equatable"]]