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

pub struct ErrorDetails {
    pub unpublished_error_code: String,
    pub policy_violation_details: Option<PolicyViolationDetails>,
    pub policy_finding_details: Option<PolicyFindingDetails>,
    pub quota_error_details: Option<QuotaErrorDetails>,
    pub resource_count_details: Option<ResourceCountDetails>,
}

Additional error details.

Fields

unpublished_error_code: String

The error code that should have been returned, but wasn’t. This is used when the error code is not published in the client specified version.

policy_violation_details: Option<PolicyViolationDetails>

Describes an ad policy violation.

policy_finding_details: Option<PolicyFindingDetails>

Describes policy violation findings.

quota_error_details: Option<QuotaErrorDetails>

Details on the quota error, including the scope (account or developer), the rate bucket name and the retry delay.

resource_count_details: Option<ResourceCountDetails>

Details for a resource count limit exceeded error.

Trait Implementations

impl Clone for ErrorDetails[src]

impl Debug for ErrorDetails[src]

impl Default for ErrorDetails[src]

impl Message for ErrorDetails[src]

impl PartialEq<ErrorDetails> for ErrorDetails[src]

impl StructuralPartialEq for ErrorDetails[src]

Auto Trait Implementations

impl RefUnwindSafe for ErrorDetails

impl Send for ErrorDetails

impl Sync for ErrorDetails

impl Unpin for ErrorDetails

impl UnwindSafe for ErrorDetails

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]