web-serial-rxjs API Documentation
    Preparing search index...

    Type Alias ValidationErrorContext

    Structured metadata for INVALID_* validation errors thrown at session factory time. SerialError.message remains human-readable.

    type ValidationErrorContext = {
        constraint: ValidationErrorConstraint;
        field: string;
        filterIndex?: number;
        value: unknown;
    }
    Index
    field: string
    filterIndex?: number
    value: unknown