InvalidTime

works.iterative.core.Moment$package.Moment.ParseError.InvalidTime
final case class InvalidTime(input: String, hour: Int, minute: Int, second: Int)

Shape is fine, but a time-of-day field is out of range (e.g. hour 24).

Attributes

Members list

Value members

Inherited methods

def message: String

Attributes

Inherited from:
ParseError
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product