attachError property

VolumeError? attachError
final

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

Implementation

final VolumeError? attachError;