Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt

Use this file to discover all available pages before exploring further.

getStats

Summary

Get statistics about errors encountered.

Signature

getStats(): {
        totalErrors: number;
        recoveredCount: number;
        errors: DocumentationError[];
        shouldContinue: boolean;
    };

Parameters

This method takes no parameters.

Returns

Type:
{
        totalErrors: number;
        recoveredCount: number;
        errors: DocumentationError[];
        shouldContinue: boolean;
    }
Get statistics about errors encountered.