WarningType

Provides factory for WarningType.

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(code: Int, agent: String, text: String, date: Option[Instant]): WarningType

Creates warning with supplied values.

Creates warning with supplied values.

def parse(warning: String): WarningType

Parses formatted warning.

Parses formatted warning.

def parseAll(warnings: String): Seq[WarningType]

Parses formatted list of warnings.

Parses formatted list of warnings.