Class: Google::Cloud::Dataform::V1beta1::CompilationResult::CompilationError

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataform/v1beta1/dataform.rb

Overview

An error encountered when attempting to compile a Dataform project.

Instance Attribute Summary collapse

Instance Attribute Details

#action_target::Google::Cloud::Dataform::V1beta1::Target (readonly)

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

Returns:



1160
1161
1162
1163
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1160

class CompilationError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#message::String (readonly)

Returns Output only. The error's top level message.

Returns:

  • (::String)

    Output only. The error's top level message.



1160
1161
1162
1163
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1160

class CompilationError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#path::String (readonly)

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

Returns:

  • (::String)

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



1160
1161
1162
1163
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1160

class CompilationError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#stack::String (readonly)

Returns Output only. The error's full stack trace.

Returns:

  • (::String)

    Output only. The error's full stack trace.



1160
1161
1162
1163
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1160

class CompilationError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end