@xylabs/sdk-react
    Preparing search index...

    Interface ThrownErrorBoundaryState<T>

    interface ThrownErrorBoundaryState<T = void> {
        errorEx: ErrorEx<T> | undefined;
        hasError?: boolean;
        xyoError?: T;
    }

    Type Parameters

    • T = void
    Index

    Properties

    errorEx: ErrorEx<T> | undefined
    hasError?: boolean
    xyoError?: T