Struct gapi_grpc::google::logging::v2::WriteLogEntriesPartialErrors[][src]

pub struct WriteLogEntriesPartialErrors {
    pub log_entry_errors: HashMap<i32, Status>,
}

Error details for WriteLogEntries with partial success.

Fields

log_entry_errors: HashMap<i32, Status>

When WriteLogEntriesRequest.partial_success is true, records the error status for entries that were not written due to a permanent error, keyed by the entry’s zero-based index in WriteLogEntriesRequest.entries.

Failed requests for which no entries are written will not include per-entry errors.

Trait Implementations

impl Clone for WriteLogEntriesPartialErrors[src]

impl Debug for WriteLogEntriesPartialErrors[src]

impl Default for WriteLogEntriesPartialErrors[src]

impl Message for WriteLogEntriesPartialErrors[src]

impl PartialEq<WriteLogEntriesPartialErrors> for WriteLogEntriesPartialErrors[src]

impl StructuralPartialEq for WriteLogEntriesPartialErrors[src]

Auto Trait Implementations

impl RefUnwindSafe for WriteLogEntriesPartialErrors

impl Send for WriteLogEntriesPartialErrors

impl Sync for WriteLogEntriesPartialErrors

impl Unpin for WriteLogEntriesPartialErrors

impl UnwindSafe for WriteLogEntriesPartialErrors

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]