GenerationError
data class GenerationError(val providerClass: String, val message: String, val context: ErrorContext, val exceptionText: String? = null)
Domain error captured during generation.
Domain errors are values, not exceptions. Unexpected exceptions can be attached to exceptionText for diagnostics without driving control flow.
Constructors
Link copied to clipboard
constructor(providerClass: String, message: String, context: ErrorContext, exceptionText: String? = null)