Severity

smithy.api.Severity
See theSeverity companion class

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
trait Has[Severity]
trait HasId
class Object
trait Matchable
class Any
Show all
Self type
Severity.type

Members list

Type members

Classlikes

case object DANGER extends Severity

An infraction occurred that must be resolved.

An infraction occurred that must be resolved.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Severity
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
DANGER.type
case object ERROR extends Severity

An unrecoverable infraction occurred.

An unrecoverable infraction occurred.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Severity
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ERROR.type
case object NOTE extends Severity

A minor infraction occurred.

A minor infraction occurred.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Severity
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
NOTE.type
case object WARNING extends Severity

An infraction occurred that needs attention.

An infraction occurred that needs attention.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
class Severity
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
WARNING.type

Inherited classlikes

object hint

Attributes

Inherited from:
Companion
Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

final def fromOrdinal(s: Int): Option[Severity]

Attributes

Inherited from:
Enumeration
final def fromString(s: String): Option[Severity]

Attributes

Inherited from:
Enumeration
final override def getTag: ShapeTag[Severity]

Attributes

Definition Classes
Inherited from:
Companion

Concrete fields

val hints: Hints
val id: ShapeId

Inherited fields

lazy val intValueMap: Map[Int, Severity]

Attributes

Inherited from:
Enumeration
lazy val valueMap: Map[String, Severity]

Attributes

Inherited from:
Enumeration

Implicits

Implicits

implicit val schema: Schema[Severity]

Inherited implicits

implicit val tagInstance: ShapeTag[Severity]

Attributes

Inherited from:
Companion