VolumeError

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

VolumeError captures an error encountered during a volume operation.

Value Params
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

def getMessage: IO[K8sFailure, String]

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

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product