#[non_exhaustive]pub struct Error {
pub errors: Vec<Errors>,
/* private fields */
}Available on crate features
images or instance-group-manager-resize-requests or instance-group-managers or instance-groups or instances or region-instance-group-managers or region-instance-groups or region-instance-templates or region-instances or region-operations or zone-operations only.Expand description
The message type for the error field.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.errors: Vec<Errors>[Output Only] The array of errors encountered while processing this operation.
Implementations§
Trait Implementations§
impl StructuralPartialEq for Error
Auto Trait Implementations§
impl Freeze for Error
impl RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl UnwindSafe for Error
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more