Class: Google::Cloud::Dataform::V1beta1::CompilationResult::CompilationError
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::CompilationResult::CompilationError
- 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
-
#action_target ⇒ ::Google::Cloud::Dataform::V1beta1::Target
readonly
Output only.
-
#message ⇒ ::String
readonly
Output only.
-
#path ⇒ ::String
readonly
Output only.
-
#stack ⇒ ::String
readonly
Output only.
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.
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.
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.
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.
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 |