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.
3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3216 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.
3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3216 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 |