ErrorPolicy

enum ErrorPolicy(val name: String)
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Enum entries

case Abort extends ErrorPolicy
case Ignore extends ErrorPolicy
case Skip extends ErrorPolicy