UpdateFail

zio.schema.meta.Migration.UpdateFail
final case class UpdateFail(path: NodePath, message: String) extends Migration

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Migration
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def migrate(value: DynamicValue): Either[String, DynamicValue]

Attributes

Inherited from:
Migration
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product