Compilation Error Response
data class CompilationErrorResponse(val actionTarget: TargetResponse, val message: String, val path: String, val stack: String)
An error encountered when attempting to compile a Dataform project.
Constructors
Link copied to clipboard
fun CompilationErrorResponse(actionTarget: TargetResponse, message: String, path: String, stack: String)