VolumeError

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

VolumeError captures an error encountered during a volume operation.

Companion:
object
Source:
VolumeError.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if message has a value, transforms to the result of function

if message has a value, transforms to the result of function

Source:
VolumeError.scala

if time has a value, transforms to the result of function

if time has a value, transforms to the result of function

Source:
VolumeError.scala

Returns a new data with message set to new value

Returns a new data with message set to new value

Source:
VolumeError.scala

Returns a new data with time set to new value

Returns a new data with time set to new value

Source:
VolumeError.scala

Inherited methods

Inherited from:
Product