pub struct ResourceUpdateErrorErrors {
pub arguments: Option<Vec<String>>,
pub code: Option<String>,
pub debug_info: Option<DebugInfo>,
pub error_details: Option<Vec<ResourceUpdateErrorErrorsErrorDetails>>,
pub location: Option<String>,
pub message: Option<String>,
}Expand description
[Output Only] The array of errors encountered while processing this operation.
This type is not used in any activity, and only used as part of another schema.
Fields§
§arguments: Option<Vec<String>>Output only. [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE This is for internal use-only (like componentization) (thus the visibility “none”) and in case of public exposure it is strongly recommended to follow pattern of: https://aip.dev/193 and expose as details field.
code: Option<String>[Output Only] The error type identifier for this error.
debug_info: Option<DebugInfo>no description provided
error_details: Option<Vec<ResourceUpdateErrorErrorsErrorDetails>>[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.
location: Option<String>[Output Only] Indicates the field in the request that caused the error. This property is optional.
message: Option<String>[Output Only] An optional, human-readable error message.
Trait Implementations§
Source§impl Clone for ResourceUpdateErrorErrors
impl Clone for ResourceUpdateErrorErrors
Source§fn clone(&self) -> ResourceUpdateErrorErrors
fn clone(&self) -> ResourceUpdateErrorErrors
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more