@willwade/aac-processors
    Preparing search index...

    Function buildValidationResultFromMessage

    Validation Namespace

    All validation functionality for AAC processors. Provides consistent validation across all supported formats.

    • Build a minimal ValidationResult for situations where we cannot run the full validator (e.g., early parse failure) but still want structured feedback for the caller.

      Parameters

      • params: {
            description?: string;
            filename: string;
            filesize: number;
            format: string;
            message: string;
            type?: string;
        }

      Returns ValidationResult