CompilationErrorResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the action where this error occurred, if available.

Link copied to clipboard

The error's top level message.

Link copied to clipboard

The path of the file where this error occurred, if available, relative to the project root.

Link copied to clipboard

The error's full stack trace.