Get statistics about errors encountered.
getStats(): { totalErrors: number; recoveredCount: number; errors: DocumentationError[]; shouldContinue: boolean; };
{ totalErrors: number; recoveredCount: number; errors: DocumentationError[]; shouldContinue: boolean; }
Was this page helpful?