Type Alias ConversionWarning

ConversionWarning: {
    code: string;
    detail?: Record<string, unknown>;
    message: string;
}

Warning emitted during conversion.

Type declaration

  • code: string

    Stable warning identifier (machine-readable).

  • Optionaldetail?: Record<string, unknown>

    Additional structured data for diagnostics.

  • message: string

    Human-readable description of the condition.