Packages

object AnomalyLevel

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnomalyLevel
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. case object Fatal extends AnomalyLevel with Product with Serializable

    This is an anomaly which would cause the value to fail structural validation.

  2. case object Info extends AnomalyLevel with Product with Serializable

    This anomaly is purely for informational purposes.

  3. case object Warning extends AnomalyLevel with Product with Serializable

    This is an anomaly for a value which is structurally valid, but falls outside of the expected range.