Skip to main content

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.