Dataform v1beta1 API - Class CompilationResult.Types.CompilationError (1.0.0-beta07)

public sealed class CompilationResult.Types.CompilationError : IMessage<CompilationResult.Types.CompilationError>, IEquatable<CompilationResult.Types.CompilationError>, IDeepCloneable<CompilationResult.Types.CompilationError>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1beta1 API class CompilationResult.Types.CompilationError.

An error encountered when attempting to compile a Dataform project.

Inheritance

object > CompilationResult.Types.CompilationError

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

CompilationError()

public CompilationError()

CompilationError(CompilationError)

public CompilationError(CompilationResult.Types.CompilationError other)
Parameter
Name Description
other CompilationResultTypesCompilationError

Properties

ActionTarget

public Target ActionTarget { get; set; }

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

Property Value
Type Description
Target

Message

public string Message { get; set; }

Output only. The error's top level message.

Property Value
Type Description
string

Path

public string Path { get; set; }

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

Property Value
Type Description
string

Stack

public string Stack { get; set; }

Output only. The error's full stack trace.

Property Value
Type Description
string