// generated by diplomat-tool import type { pointer, codepoint } from "./diplomat-runtime.d.ts"; // Base enumerator definition /** Additional information: [1](https://docs.rs/icu/latest/icu/calendar/enum.ParseError.html) */ export class CalendarParseError { constructor(value : CalendarParseError | string); get value() : string; get ffiValue() : number; static Unknown : CalendarParseError; static InvalidSyntax : CalendarParseError; static OutOfRange : CalendarParseError; static MissingFields : CalendarParseError; static UnknownCalendar : CalendarParseError; }