public interface MigrationJobVerificationErrorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for errorMessage. |