View Source GoogleApi.Dataform.V1beta1.Model.CompilationError (google_api_dataform v0.5.0)
An error encountered when attempting to compile a Dataform project.
Attributes
-
actionTarget
(type:GoogleApi.Dataform.V1beta1.Model.Target.t
, default:nil
) - Output only. The identifier of the action where this error occurred, if available. -
message
(type:String.t
, default:nil
) - Output only. The error's top level message. -
path
(type:String.t
, default:nil
) - Output only. The path of the file where this error occurred, if available, relative to the project root. -
stack
(type:String.t
, default:nil
) - Output only. The error's full stack trace.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataform.V1beta1.Model.CompilationError{ actionTarget: GoogleApi.Dataform.V1beta1.Model.Target.t() | nil, message: String.t() | nil, path: String.t() | nil, stack: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.