Struct gapi_grpc::google::cloud::clouddms::v1::MigrationJobVerificationError[][src]

pub struct MigrationJobVerificationError {
    pub error_code: i32,
    pub error_message: String,
    pub error_detail_message: String,
}

Error message of a verification Migration job.

Fields

error_code: i32

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.

Implementations

impl MigrationJobVerificationError[src]

pub fn error_code(&self) -> ErrorCode[src]

Returns the enum value of error_code, or the default if the field is set to an invalid enum value.

pub fn set_error_code(&mut self, value: ErrorCode)[src]

Sets error_code to the provided enum value.

Trait Implementations

impl Clone for MigrationJobVerificationError[src]

impl Debug for MigrationJobVerificationError[src]

impl Default for MigrationJobVerificationError[src]

impl Message for MigrationJobVerificationError[src]

impl PartialEq<MigrationJobVerificationError> for MigrationJobVerificationError[src]

impl StructuralPartialEq for MigrationJobVerificationError[src]

Auto Trait Implementations

impl RefUnwindSafe for MigrationJobVerificationError

impl Send for MigrationJobVerificationError

impl Sync for MigrationJobVerificationError

impl Unpin for MigrationJobVerificationError

impl UnwindSafe for MigrationJobVerificationError

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]