Class MigrationJobVerificationError (0.1.0)

MigrationJobVerificationError(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Error message of a verification Migration job.

Attributes

NameDescription
error_code google.cloud.clouddms_v1.types.MigrationJobVerificationError.ErrorCode
Output only. An instance of ErrorCode specifying the error that occurred.
error_message str
Output only. A formatted message with further details about the error and a CTA.
error_detail_message str
Output only. A specific detailed error message, if supplied by the engine.

Classes

ErrorCode

ErrorCode(value)

A general error code describing the type of error that occurred.