Gemini Error Detail
@Serializable
Represents a detail object within the error response. Fields are nullable as different error types provide different details.
Constructors
Link copied to clipboard
constructor(type: String? = null, reason: String? = null, domain: String? = null, metadata: Map<String, String>? = null, retryDelay: String? = null, links: List<GeminiErrorLink>? = null, violations: List<GeminiErrorViolation>? = null)