Interface MigrationJobVerificationErrorOrBuilder (2.2.0)

public interface MigrationJobVerificationErrorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorCode()

public abstract MigrationJobVerificationError.ErrorCode getErrorCode()

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

.google.cloud.clouddms.v1.MigrationJobVerificationError.ErrorCode error_code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigrationJobVerificationError.ErrorCode

The errorCode.

getErrorCodeValue()

public abstract int getErrorCodeValue()

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

.google.cloud.clouddms.v1.MigrationJobVerificationError.ErrorCode error_code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for errorCode.

getErrorDetailMessage()

public abstract String getErrorDetailMessage()

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

string error_detail_message = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The errorDetailMessage.

getErrorDetailMessageBytes()

public abstract ByteString getErrorDetailMessageBytes()

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

string error_detail_message = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for errorDetailMessage.

getErrorMessage()

public abstract String getErrorMessage()

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

string error_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The errorMessage.

getErrorMessageBytes()

public abstract ByteString getErrorMessageBytes()

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

string error_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for errorMessage.