Rxova
Skip to content

TimeWarningCode

type TimeWarningCode =
| "value-unparseable"
| "value-out-of-range"
| "min-unparseable"
| "max-unparseable"
| "min-after-max"
| "locale-invalid"
| "step-invalid";

Stable machine code for a coerced or rejected input. Safe to switch on.