Source code

Revision control

Copy as Markdown

Other Tools

// generated by diplomat-tool
import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/**
*/
export class Rfc9557ParseError {
static fromValue(value: Rfc9557ParseError | string): Rfc9557ParseError;
get value(): string;
get ffiValue(): number;
static Unknown : Rfc9557ParseError;
static InvalidSyntax : Rfc9557ParseError;
static OutOfRange : Rfc9557ParseError;
static MissingFields : Rfc9557ParseError;
static UnknownCalendar : Rfc9557ParseError;
constructor(value: Rfc9557ParseError | string );
}