Show / Hide Table of Contents

Class CompilationError

An error encountered when attempting to compile a Dataform project.

Inheritance
object
CompilationError
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class CompilationError : IDirectResponseSchema

Properties

ActionTarget

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

Declaration
[JsonProperty("actionTarget")]
public virtual Target ActionTarget { get; set; }
Property Value
Type Description
Target

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Message

Output only. The error's top level message.

Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type Description
string

Path

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

Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type Description
string

Stack

Output only. The error's full stack trace.

Declaration
[JsonProperty("stack")]
public virtual string Stack { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX