ISSUE_SEVERITY

enum ISSUE_SEVERITY(val name: String, val display: Option[String], val system: Option[String]) extends ToCodingAble
Companion:
object
trait Enum
trait Serializable
trait Product
trait Equals
trait ToCodingAble
trait EnumBase
class Object
trait Matchable
class Any

Type members

Enum entries

case ERROR extends ISSUE_SEVERITY
case FATAL extends ISSUE_SEVERITY
case WARNING extends ISSUE_SEVERITY