// generated by diplomat-tool import type { pointer, codepoint } from "./diplomat-runtime.d.ts"; /** * Additional information: [1](https://docs.rs/icu/2.1.1/icu/calendar/struct.RangeError.html), [2](https://docs.rs/icu/2.1.1/icu/calendar/enum.DateError.html) */ export class CalendarError { /** @internal */ static fromValue(value: CalendarError | string): CalendarError; get value(): string; /** @internal */ get ffiValue(): number; static Unknown : CalendarError; static OutOfRange : CalendarError; static UnknownEra : CalendarError; static UnknownMonthCode : CalendarError; constructor(value: CalendarError | string ); }