Class: Google::Cloud::MigrationCenter::V1::ImportError
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ImportError
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
A resource that reports the errors encountered while processing an import job.
Defined Under Namespace
Modules: Severity
Instance Attribute Summary collapse
-
#error_details ⇒ ::String
The error information.
-
#severity ⇒ ::Google::Cloud::MigrationCenter::V1::ImportError::Severity
The severity of the error.
Instance Attribute Details
#error_details ⇒ ::String
Returns The error information.
3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3186 class ImportError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enumerate possible error severity. module Severity SEVERITY_UNSPECIFIED = 0 ERROR = 1 WARNING = 2 INFO = 3 end end |
#severity ⇒ ::Google::Cloud::MigrationCenter::V1::ImportError::Severity
Returns The severity of the error.
3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3186 class ImportError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enumerate possible error severity. module Severity SEVERITY_UNSPECIFIED = 0 ERROR = 1 WARNING = 2 INFO = 3 end end |