MigrationError(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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.
Attributes |
|
---|---|
Name | Description |
code |
google.cloud.vmmigration_v1.types.MigrationError.ErrorCode
Output only. The error code. |
error_message |
google.rpc.error_details_pb2.LocalizedMessage
Output only. The localized error message. |
action_item |
google.rpc.error_details_pb2.LocalizedMessage
Output only. Suggested action for solving the error. |
help_links |
MutableSequence[google.rpc.error_details_pb2.Link]
Output only. URL(s) pointing to additional information on handling the current error. |
error_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time the error occurred. |
Classes
ErrorCode
ErrorCode(value)
Represents resource error codes.