VolumeError

case class VolumeError(message: Optional[String], time: Optional[Time])

VolumeError captures an error encountered during a volume operation.

Value parameters:
message

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

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets time.

Gets time.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

Inherited from:
Product