Struct aws_sdk_appflow::model::ErrorInfo
source · [−]#[non_exhaustive]pub struct ErrorInfo { /* private fields */ }
Expand description
Provides details in the event of a failed flow, including the failure count and the related error messages.
Implementations
sourceimpl ErrorInfo
impl ErrorInfo
sourcepub fn put_failures_count(&self) -> Option<i64>
pub fn put_failures_count(&self) -> Option<i64>
Specifies the failure count for the attempted flow.
sourcepub fn execution_message(&self) -> Option<&str>
pub fn execution_message(&self) -> Option<&str>
Specifies the error message that appears if a flow fails.
Trait Implementations
impl StructuralPartialEq for ErrorInfo
Auto Trait Implementations
impl RefUnwindSafe for ErrorInfo
impl Send for ErrorInfo
impl Sync for ErrorInfo
impl Unpin for ErrorInfo
impl UnwindSafe for ErrorInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more