Struct k8s_openapi::v1_10::api::storage::v1beta1::VolumeError[][src]

pub struct VolumeError {
    pub message: Option<String>,
    pub time: Option<Time>,
}

VolumeError captures an error encountered during a volume operation.

Fields

String detailing the error encountered during Attach or Detach operation. This string maybe logged, so it should not contain sensitive information.

Time the error was encountered.

Trait Implementations

impl Clone for VolumeError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VolumeError
[src]

Formats the value using the given formatter. Read more

impl Default for VolumeError
[src]

Returns the "default value" for a type. Read more

impl PartialEq for VolumeError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'de> Deserialize<'de> for VolumeError
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for VolumeError
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for VolumeError

impl Sync for VolumeError