Auth0 Node.js SDK - v5.6.0
    Preparing search index...

    Interface TimeoutError

    interface TimeoutError {
        reason: "timeout";
        cause?: unknown;
    }
    Index

    Properties

    Properties

    reason: "timeout"
    cause?: unknown