VolumeError

data class VolumeError(val message: String? = null, val time: String? = null)

VolumeError captures an error encountered during a volume operation.

Constructors

Link copied to clipboard
constructor(message: String? = null, time: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val message: String? = null

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

Link copied to clipboard
val time: String? = null

Time the error was encountered.