Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::CompilationResult::CompilationError.
An error encountered when attempting to compile a Dataform project.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#action_target
def action_target() -> ::Google::Cloud::Dataform::V1beta1::Target
Returns
- (::Google::Cloud::Dataform::V1beta1::Target) — Output only. The identifier of the action where this error occurred, if available.
#message
def message() -> ::String
Returns
- (::String) — Output only. The error's top level message.
#path
def path() -> ::String
Returns
- (::String) — Output only. The path of the file where this error occurred, if available, relative to the project root.
#stack
def stack() -> ::String
Returns
- (::String) — Output only. The error's full stack trace.