pub struct ResourceUpdateErrorErrorsErrorDetails {
pub error_info: Option<ErrorInfo>,
pub help: Option<Help>,
pub localized_message: Option<LocalizedMessage>,
pub quota_info: Option<QuotaExceededInfo>,
}Expand description
[Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.
This type is not used in any activity, and only used as part of another schema.
Fields§
§error_info: Option<ErrorInfo>no description provided
help: Option<Help>no description provided
localized_message: Option<LocalizedMessage>no description provided
quota_info: Option<QuotaExceededInfo>no description provided
Trait Implementations§
Source§impl Clone for ResourceUpdateErrorErrorsErrorDetails
impl Clone for ResourceUpdateErrorErrorsErrorDetails
Source§fn clone(&self) -> ResourceUpdateErrorErrorsErrorDetails
fn clone(&self) -> ResourceUpdateErrorErrorsErrorDetails
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ResourceUpdateErrorErrorsErrorDetails
impl Default for ResourceUpdateErrorErrorsErrorDetails
Source§fn default() -> ResourceUpdateErrorErrorsErrorDetails
fn default() -> ResourceUpdateErrorErrorsErrorDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResourceUpdateErrorErrorsErrorDetails
impl<'de> Deserialize<'de> for ResourceUpdateErrorErrorsErrorDetails
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl NestedType for ResourceUpdateErrorErrorsErrorDetails
impl Part for ResourceUpdateErrorErrorsErrorDetails
Auto Trait Implementations§
impl Freeze for ResourceUpdateErrorErrorsErrorDetails
impl RefUnwindSafe for ResourceUpdateErrorErrorsErrorDetails
impl Send for ResourceUpdateErrorErrorsErrorDetails
impl Sync for ResourceUpdateErrorErrorsErrorDetails
impl Unpin for ResourceUpdateErrorErrorsErrorDetails
impl UnwindSafe for ResourceUpdateErrorErrorsErrorDetails
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