Google Cloud Dms V1 Client - Class MigrationJobVerificationError (1.3.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
int

setErrorCode

Output only. An instance of ErrorCode specifying the error that occurred.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getErrorMessage

Output only. A formatted message with further details about the error and a CTA.

Returns
TypeDescription
string

setErrorMessage

Output only. A formatted message with further details about the error and a CTA.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getErrorDetailMessage

Output only. A specific detailed error message, if supplied by the engine.

Returns
TypeDescription
string

setErrorDetailMessage

Output only. A specific detailed error message, if supplied by the engine.

Parameter
NameDescription
var string
Returns
TypeDescription
$this