Struct gapi_grpc::google::ads::googleads::v7::errors::GoogleAdsError[][src]

pub struct GoogleAdsError {
    pub error_code: Option<ErrorCode>,
    pub message: String,
    pub trigger: Option<Value>,
    pub location: Option<ErrorLocation>,
    pub details: Option<ErrorDetails>,
}

GoogleAds-specific error.

Fields

error_code: Option<ErrorCode>

An enum value that indicates which error occurred.

message: String

A human-readable description of the error.

trigger: Option<Value>

The value that triggered the error.

location: Option<ErrorLocation>

Describes the part of the request proto that caused the error.

details: Option<ErrorDetails>

Additional error details, which are returned by certain error codes. Most error codes do not include details.

Trait Implementations

impl Clone for GoogleAdsError[src]

impl Debug for GoogleAdsError[src]

impl Default for GoogleAdsError[src]

impl Message for GoogleAdsError[src]

impl PartialEq<GoogleAdsError> for GoogleAdsError[src]

impl StructuralPartialEq for GoogleAdsError[src]

Auto Trait Implementations

impl RefUnwindSafe for GoogleAdsError

impl Send for GoogleAdsError

impl Sync for GoogleAdsError

impl Unpin for GoogleAdsError

impl UnwindSafe for GoogleAdsError

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]