Skip to main content

ErrorBoundary

Summary

Error boundary for handling errors during documentation generation.

Signature

export declare class ErrorBoundary 

Constructors

constructor

Constructs a new instance of the class

Properties

No properties defined.

Methods

executeAsync

Execute a function with error boundary protection.

executeSync

Execute a synchronous function with error boundary protection.

generateErrorReport

Create a summary report of all errors.

getStats

Get statistics about errors encountered.

reset

Reset error counters and history.

Events

No events defined.