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.
2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2696 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.
2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2696 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.
2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2696 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.
2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2696 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.
2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2696 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 |