Class: Google::Cloud::VMMigration::V1::MigrationError
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::MigrationError
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Represents migration resource error information that can be used with google.rpc.Status message. MigrationError is used to present the user with error information in migration operations.
Defined Under Namespace
Modules: ErrorCode
Instance Attribute Summary collapse
-
#action_item ⇒ ::Google::Rpc::LocalizedMessage
readonly
Output only.
-
#code ⇒ ::Google::Cloud::VMMigration::V1::MigrationError::ErrorCode
readonly
Output only.
-
#error_message ⇒ ::Google::Rpc::LocalizedMessage
readonly
Output only.
-
#error_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#help_links ⇒ ::Array<::Google::Rpc::Help::Link>
readonly
Output only.
Instance Attribute Details
#action_item ⇒ ::Google::Rpc::LocalizedMessage (readonly)
Returns Output only. Suggested action for solving the error.
2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2666 class MigrationError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents resource error codes. module ErrorCode # Default value. This value is not used. ERROR_CODE_UNSPECIFIED = 0 # Migrate for Compute encountered an unknown error. UNKNOWN_ERROR = 1 # Migrate for Compute encountered an error while validating replication # source health. SOURCE_VALIDATION_ERROR = 2 # Migrate for Compute encountered an error during source data operation. SOURCE_REPLICATION_ERROR = 3 # Migrate for Compute encountered an error during target data operation. TARGET_REPLICATION_ERROR = 4 # Migrate for Compute encountered an error during OS adaptation. OS_ADAPTATION_ERROR = 5 # Migrate for Compute encountered an error in clone operation. CLONE_ERROR = 6 # Migrate for Compute encountered an error in cutover operation. CUTOVER_ERROR = 7 # Migrate for Compute encountered an error during utilization report # creation. UTILIZATION_REPORT_ERROR = 8 # Migrate for Compute encountered an error during appliance upgrade. APPLIANCE_UPGRADE_ERROR = 9 end end |
#code ⇒ ::Google::Cloud::VMMigration::V1::MigrationError::ErrorCode (readonly)
Returns Output only. The error code.
2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2666 class MigrationError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents resource error codes. module ErrorCode # Default value. This value is not used. ERROR_CODE_UNSPECIFIED = 0 # Migrate for Compute encountered an unknown error. UNKNOWN_ERROR = 1 # Migrate for Compute encountered an error while validating replication # source health. SOURCE_VALIDATION_ERROR = 2 # Migrate for Compute encountered an error during source data operation. SOURCE_REPLICATION_ERROR = 3 # Migrate for Compute encountered an error during target data operation. TARGET_REPLICATION_ERROR = 4 # Migrate for Compute encountered an error during OS adaptation. OS_ADAPTATION_ERROR = 5 # Migrate for Compute encountered an error in clone operation. CLONE_ERROR = 6 # Migrate for Compute encountered an error in cutover operation. CUTOVER_ERROR = 7 # Migrate for Compute encountered an error during utilization report # creation. UTILIZATION_REPORT_ERROR = 8 # Migrate for Compute encountered an error during appliance upgrade. APPLIANCE_UPGRADE_ERROR = 9 end end |
#error_message ⇒ ::Google::Rpc::LocalizedMessage (readonly)
Returns Output only. The localized error message.
2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2666 class MigrationError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents resource error codes. module ErrorCode # Default value. This value is not used. ERROR_CODE_UNSPECIFIED = 0 # Migrate for Compute encountered an unknown error. UNKNOWN_ERROR = 1 # Migrate for Compute encountered an error while validating replication # source health. SOURCE_VALIDATION_ERROR = 2 # Migrate for Compute encountered an error during source data operation. SOURCE_REPLICATION_ERROR = 3 # Migrate for Compute encountered an error during target data operation. TARGET_REPLICATION_ERROR = 4 # Migrate for Compute encountered an error during OS adaptation. OS_ADAPTATION_ERROR = 5 # Migrate for Compute encountered an error in clone operation. CLONE_ERROR = 6 # Migrate for Compute encountered an error in cutover operation. CUTOVER_ERROR = 7 # Migrate for Compute encountered an error during utilization report # creation. UTILIZATION_REPORT_ERROR = 8 # Migrate for Compute encountered an error during appliance upgrade. APPLIANCE_UPGRADE_ERROR = 9 end end |
#error_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the error occurred.
2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2666 class MigrationError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents resource error codes. module ErrorCode # Default value. This value is not used. ERROR_CODE_UNSPECIFIED = 0 # Migrate for Compute encountered an unknown error. UNKNOWN_ERROR = 1 # Migrate for Compute encountered an error while validating replication # source health. SOURCE_VALIDATION_ERROR = 2 # Migrate for Compute encountered an error during source data operation. SOURCE_REPLICATION_ERROR = 3 # Migrate for Compute encountered an error during target data operation. TARGET_REPLICATION_ERROR = 4 # Migrate for Compute encountered an error during OS adaptation. OS_ADAPTATION_ERROR = 5 # Migrate for Compute encountered an error in clone operation. CLONE_ERROR = 6 # Migrate for Compute encountered an error in cutover operation. CUTOVER_ERROR = 7 # Migrate for Compute encountered an error during utilization report # creation. UTILIZATION_REPORT_ERROR = 8 # Migrate for Compute encountered an error during appliance upgrade. APPLIANCE_UPGRADE_ERROR = 9 end end |
#help_links ⇒ ::Array<::Google::Rpc::Help::Link> (readonly)
Returns Output only. URL(s) pointing to additional information on handling the current error.
2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2666 class MigrationError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents resource error codes. module ErrorCode # Default value. This value is not used. ERROR_CODE_UNSPECIFIED = 0 # Migrate for Compute encountered an unknown error. UNKNOWN_ERROR = 1 # Migrate for Compute encountered an error while validating replication # source health. SOURCE_VALIDATION_ERROR = 2 # Migrate for Compute encountered an error during source data operation. SOURCE_REPLICATION_ERROR = 3 # Migrate for Compute encountered an error during target data operation. TARGET_REPLICATION_ERROR = 4 # Migrate for Compute encountered an error during OS adaptation. OS_ADAPTATION_ERROR = 5 # Migrate for Compute encountered an error in clone operation. CLONE_ERROR = 6 # Migrate for Compute encountered an error in cutover operation. CUTOVER_ERROR = 7 # Migrate for Compute encountered an error during utilization report # creation. UTILIZATION_REPORT_ERROR = 8 # Migrate for Compute encountered an error during appliance upgrade. APPLIANCE_UPGRADE_ERROR = 9 end end |