detachError property

VolumeError? detachError
final

detachError represents the last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher.

Implementation

final VolumeError? detachError;