Class CompilationError
An error encountered when attempting to compile a Dataform project.
Implements
Inherited Members
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 |