Struct k8s_openapi::api::storage::v1::VolumeError [−][src]
Expand description
VolumeError captures an error encountered during a volume operation.
Fields
message: Option<String>
String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
time: Option<Time>
Time the error was encountered.
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for VolumeError
impl Send for VolumeError
impl Sync for VolumeError
impl Unpin for VolumeError
impl UnwindSafe for VolumeError
Blanket Implementations
Mutably borrows from an owned value. Read more