Pilates
    Preparing search index...

    Interface ErrorBoundaryFallbackProps

    interface ErrorBoundaryFallbackProps {
        error: Error;
        reset: () => void;
    }
    Index

    Properties

    Properties

    error: Error

    The error caught by the boundary.

    reset: () => void

    Clears the error and re-mounts children.