Reference documentation and code samples for the Google Cloud Dms V1 Client class MigrationJobVerificationError.
Error message of a verification Migration job.
Generated from protobuf message google.cloud.clouddms.v1.MigrationJobVerificationError
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ error_code
int
Output only. An instance of ErrorCode specifying the error that occurred.
↳ error_message
string
Output only. A formatted message with further details about the error and a CTA.
↳ error_detail_message
string
Output only. A specific detailed error message, if supplied by the engine.
getErrorCode
Output only. An instance of ErrorCode specifying the error that occurred.
int
setErrorCode
Output only. An instance of ErrorCode specifying the error that occurred.
var
int
$this
getErrorMessage
Output only. A formatted message with further details about the error and a CTA.
string
setErrorMessage
Output only. A formatted message with further details about the error and a CTA.
var
string
$this
getErrorDetailMessage
Output only. A specific detailed error message, if supplied by the engine.
string
setErrorDetailMessage
Output only. A specific detailed error message, if supplied by the engine.
var
string
$this