KC's Workspace
    Preparing search index...

    Type Alias OnUnhandledErrorCallback

    OnUnhandledErrorCallback: (
        error: (TestError | Error) & { type: string },
    ) => boolean | void

    Type Declaration

      • (error: (TestError | Error) & { type: string }): boolean | void
      • Parameters

        Returns boolean | void